Hi,
wollte nen Hover Effekt erzeugen leider klappt der nur mit dem Mozilla und nicht mit dem SCH**** IE7
LINK: web9.server2.eb-hosting.de/Pagess/index.html
index.html:
Alles anzeigen
und die Style.css:
Alles anzeigen
Kann mir jemand weiterhelfen wieso im IE alles so verzerrt ist?
wollte nen Hover Effekt erzeugen leider klappt der nur mit dem Mozilla und nicht mit dem SCH**** IE7
LINK: web9.server2.eb-hosting.de/Pagess/index.html
index.html:
Quellcode
- <html>
- <head>
- <title>index</title>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <link rel="stylesheet" href="style.css" />
- </head>
- <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"><center>
- <table id="Table_01" width="765" height="567" border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td rowspan="2"><img src="images/index_01.gif" width="19" height="567" alt="" /></td>
- <td>
- <a href="start.html" id="i02"><img src="images/spacer.gif" width="49" height="57" border="0" alt="Index"></a>
- </td>
- <td rowspan="2"><img src="images/index_03.gif" width="7" height="567" alt="" /></td>
- <td>
- <a href="gallery.html" id="i04"><img src="images/spacer.gif" width="49" height="57" border="0" alt="Gallerie"></a>
- </td>
- <td rowspan="2"><img src="images/index_05.gif" width="8" height="567" alt="" /></td>
- <td>
- <a href="tunier.html" id="i06"><img src="images/spacer.gif" width="49" height="57" border="0" alt="Turnier"></a>
- </td>
- <td rowspan="2"><img src="images/index_07.gif" width="13" height="567" alt="" /></td>
- <td>
- <a href="kontakt.html" id="i08"><img src="images/spacer.gif" width="49" height="57" border="0" alt="Kontakt"></a>
- </td>
- <td rowspan="2"><img src="images/index_09.gif" width="438" height="567" alt="" /></td>
- <td>
- <a href="impressum.html" id="i10"><img src="images/spacer.gif" width="60" height="57" border="0" alt="Impressum"></a>
- </td>
- <td rowspan="2">
- <img src="images/index_11.gif" width="24" height="567" alt="" />
- </td>
- </tr>
- <tr>
- <td><img src="images/index_12.gif" width="49" height="510" alt="" /></td>
- <td><img src="images/index_13.gif" width="49" height="510" alt="" /></td>
- <td><img src="images/index_14.gif" width="49" height="510" alt="" /></td>
- <td><img src="images/index_15.gif" width="49" height="510" alt="" /></td>
- <td><img src="images/index_16.gif" width="60" height="510" alt="" /></td>
- </tr>
- </table>
- <!-- End ImageReady Slices <- wtf?! -->
- </body>
- </html>
und die Style.css:
Quellcode
- body {
- background:#FFFFFF;
- }
- a#i02 { background:url(images/index_02.gif) center center no-repeat;display:block; }
- a#i02:hover { background:url(hover/hover-start.gif) center center no-repeat; }
- a#i04 { background:url(images/index_04.gif) center center no-repeat;display:block; }
- a#i04:hover { background:url(hover/hover-gallery.gif) center center no-repeat; }
- a#i06 { background:url(images/index_06.gif) center center no-repeat;display:block; }
- a#i06:hover { background:url(hover/hover-tunier.gif) center center no-repeat; }
- a#i08 { background:url(images/index_08.gif) center center no-repeat;display:block; }
- a#i08:hover { background:url(hover/hover-kontakt.gif) center center no-repeat; }
- a#i10 { background:url(images/index_10.gif) center center no-repeat;display:block; }
- a#i10:hover { background:url(hover/hover-impressum.gif) center center no-repeat; }
Kann mir jemand weiterhelfen wieso im IE alles so verzerrt ist?