Virker i Mozilla, men ikke Internet Explorer?
Jeg har følgende HTML:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<TITLE>x</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=iso-8859-1">
<style type="text/css">
.background {z-index:9;}
.xPage {position:absolute; z-index:10; left:320px; top:350px; width:385px; padding-left:15px; font-family:arial,helvetica,sans-serif; font-size:10px; line-height:14px; color:black; text-align: justify;}
</style>
</HEAD>
<BODY BGCOLOR="#000000" STYLE="margin-left: 0px; margin-right: 0px; margin-top: 0px;">
<MAP NAME="bg">
<AREA SHAPE=RECT COORDS="64,287,235,333" HREF="virksomheden.html" TARGET="main" ALT="virksomheden" TITLE="virksomheden">
<AREA SHAPE=RECT COORDS="49,351,199,383" HREF="kunstnere.html" TARGET="main" ALT="kunstnere" TITLE="kunstnere">
<AREA SHAPE=RECT COORDS="52,409,185,448" HREF="fremtiden.html" TARGET="main" ALT="fremtiden" TITLE="fremtiden">
<AREA SHAPE=RECT COORDS="43,465,161,510" HREF="kontakt.html" TARGET="main" ALT="kontakt" TITLE="kontakt">
</MAP>
<IMG SRC="bg.jpg" USEMAP="bg" BORDER="0" CLASS="background" ALT="x">
<DIV CLASS="xPage"><IFRAME SRC="content.html" WIDTH="385" HEIGHT="200" FRAMEBORDER="0" NAME="main" ID="main"></IFRAME></DIV>
</BODY>
</HTML>
Den virker fint i Mozilla, men i Internet Explorer vil hverken MAP'en eller transparentheden (se nedenfor) virke.
Ang. transparentheden, har jeg i content.html følgende:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<TITLE>x</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=iso-8859-1">
<style type="text/css">
body {font-family:tahoma,verdana,arial,sans-serif; font-size:11.5px; color:black; text-align: justify;}
</style>
</HEAD>
<BODY STYLE="background-color: transparent; margin-left: 0px; margin-right: 0px; margin-top: 0px;">
Li Europan lingues es membres del sam familie. Lor separat existentie es un myth. Por scientie, musica, sport etc., li tot Europa usa li sam vocabularium. Li lingues differe solmen in li grammatica, li pronunciation e li plu commun vocabules. Omnicos directe al desirabilit�e un nov lingua franca: on refusa continuar payar custosi traductores. It solmen va esser necessi far uniform grammatica, pronunciation e plu sommun paroles.Li Europan lingues es membres del sam familie. Lor separat existentie es un myth. Por scientie, musica, sport etc., li tot Europa usa li sam vocabularium. Li lingues differe solmen in li grammatica, li pronunciation e li plu commun vocabules. Omnicos directe al desirabilit�e un nov lingua franca: on refusa continuar payar custosi traductores. It solmen va esser necessi far uniform grammatica, pronunciation e plu sommun paroles.Li Europan lingues es membres del sam familie. Lor separat existentie es un myth. Por scientie, musica, sport etc., li tot Europa usa li sam vocabularium. Li lingues differe solmen in li grammatica, li pronunciation e li plu commun vocabules. Omnicos directe al desirabilit�e un nov lingua franca: on refusa continuar payar custosi traductores. It solmen va esser necessi far uniform grammatica, pronunciation e plu sommun paroles.Li Europan lingues es membres del sam familie. Lor separat existentie es un myth. Por scientie, musica, sport etc., li tot Europa usa li sam vocabularium. Li lingues differe solmen in li grammatica, li
</BODY>
</HTML>
Og selvfølgelig overholder alt det ovennævnte W3C's regelsæt.
