Fehler in Tabelle
Hallo
Hallo..
Ich hab nen Fehler in der Seite untr der Navigation ist ein abstand..
Das Problem:! Es zeigts nur im IE falsch an und im Firefox ist es eh richtig!
www.noxid.de/anotherdesign/index.html
Bitte um Hilfe!
Hallo..
Ich hab nen Fehler in der Seite untr der Navigation ist ein abstand..
Das Problem:! Es zeigts nur im IE falsch an und im Firefox ist es eh richtig!
www.noxid.de/anotherdesign/index.html
Bitte um Hilfe!
http://www.deviantdesign.de
Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von »Peppi« (1. April 2005, 15:17)
Für sauberes HTML muss man immer eine Doctype Deklaration angeben, sonst machen die Browser was sie wollen!
aber in deinem Fall genügt es wenn du den Tabellenzellen in denen die Bilder sind
zuweist.
aber in deinem Fall genügt es wenn du den Tabellenzellen in denen die Bilder sind
|
|
Quellcode |
1 |
style="height:26px;" |
Über mich: www.heinervdm.de
Persönlich Mitteilungen an mich bitte als PN (nicht Email) hier im Forum. ICQ und Skype bitte nur in Notfällen.
Persönlich Mitteilungen an mich bitte als PN (nicht Email) hier im Forum. ICQ und Skype bitte nur in Notfällen.
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 |
<html>
<head>
<title>noxid.de - Portfolio of Julian Pehm</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta http-equiv="Content-Language" content="en-au" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="author" content="Julian Pehm" />
<style type="text/css">
body {
background: #E2E3D7;
margin: 0px;;
font-family: Arial, Verdana, Helvetica;
font-size: 76%;
color: #3F3F3F;
}
a:link {
color: #D40375;
font-weight: bold;
text-decoration: none;
}
a:visited {
color: #D40375;
font-weight: bold;
text-decoration: none;
}
a:hover, a:active {
background-color: #D40375;
color: #ffffff;
text-decoration: none;
}
a.menu { display:block; width:370px; border:0px dashed #99d; margin-left:0px; margin-top:0px; padding:0px; font-family:Arial, Verdana, sans-serif; font-size:65%; }
a.menu:link { color:#D40375; background-color:#ffffff; text-decoration:none; }
a.menu:visited { color:#D40375; background-color:#ffffff; text-decoration:none; }
a.menu:hover { color:#ffffff; background-color:#D40375; text-decoration:none; }
a.menu:active { color:#ffffff; background-color:#D40375; text-decoration:none; }
div.menu { color:#000; text-align:left; padding:0px; margin-left:15px; margin-right:15px; margin-top:0px;}
</style>
</head>
<body>
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<th colspan="4" width="405" height="75" background="http://www.noxid.de/anotherdesign/images/tablehead.gif">
Header
</th>
</tr>
<tr>
<td style="height:26px;"><a href=""><img src="http://www.noxid.de/anotherdesign/images/artworks.gif" border="0" alt=""></a></td>
<td style="height:26px;"><a href=""><img src="http://www.noxid.de/anotherdesign/images/websites.gif" border="0" alt=""></a></td>
<td style="height:26px;"><a href=""><img src="http://www.noxid.de/anotherdesign/images/logo.gif" border="0" alt=""></a></td>
<td style="height:26px;"><a href=""><img src="http://www.noxid.de/anotherdesign/images/contact.gif" border="0" alt=""></a></td>
</tr>
<tr>
<td valign="top" height="300" colspan="4" background="http://www.noxid.de/anotherdesign/images/tablebg.gif">
<div class="menu">
<a class="menu" href="index.htm">Home</a>
<a class="menu" href="extras/index.htm">Extras</a>
<a class="menu" href="links/index.htm">Links</a>
<a class="menu" href="mailto:name@domain.de">E-Mail</a>
</div>
</td>
</tr>
<tr>
<td valign="top" height="100" colspan="4" background="http://www.noxid.de/anotherdesign/images/tablebg.gif">
Hier is was
</td>
</tr>
<tr>
<td colspan="4" width="403" height="39" background="http://www.noxid.de/anotherdesign/images/bgfoot.jpg">
neues td
</td>
</tr>
</table>
</body>
</html>
|
Das wird bei mir im IE und im FF gleich angezeigt...
Über mich: www.heinervdm.de
Persönlich Mitteilungen an mich bitte als PN (nicht Email) hier im Forum. ICQ und Skype bitte nur in Notfällen.
Persönlich Mitteilungen an mich bitte als PN (nicht Email) hier im Forum. ICQ und Skype bitte nur in Notfällen.
Hm danke ich bin auch schon draufgekommen dass es an den nicht vollständig eingebundenen stylesheets liegt.
Aber es muss doch eine möglichkein geben Stylesheets auch im IE extern einzubinden
Hm ansonsten mach ichs halt so eleganter is es natürlich schon extern.
Ansonsten ws ich nicht verstehe:
Warum is nen Abstand ohne Stylesheet da und mit keiner
Ich hab ja meines wissens nix besonderes was das steuern könnte ins CSS geschrieben
Naja..
Aber es muss doch eine möglichkein geben Stylesheets auch im IE extern einzubinden

Hm ansonsten mach ichs halt so eleganter is es natürlich schon extern.
Ansonsten ws ich nicht verstehe:
Warum is nen Abstand ohne Stylesheet da und mit keiner

Ich hab ja meines wissens nix besonderes was das steuern könnte ins CSS geschrieben

Naja..
http://www.deviantdesign.de



