Frank
Neues Mitglied
Wie der Titel schon sagt, hab ich probleme mit der darstellung meiner seite im Mozilla firefox.
Meine Seite ist nur eine kleine Testseite, mit versuchen zu layout etc.
http://ch3ck3r.ch.ohost.de/test/index.html
Ich benutze im Quelltext lediglich HTML und CSS.
Der Code aus meinem Css Dokument (style.css):
und der vom dokument an sich:
Darstellung im Internetexplorer:
Darstellung im Mozilla Firefox:
Wie gesagt, is erst der anfang und ich schreiba uch erst 5 min dran!
Meine Seite ist nur eine kleine Testseite, mit versuchen zu layout etc.
http://ch3ck3r.ch.ohost.de/test/index.html
Ich benutze im Quelltext lediglich HTML und CSS.
Der Code aus meinem Css Dokument (style.css):
Code:
body {background-color:black; color:#ff8000; font-size:12px;}
und der vom dokument an sich:
Code:
<html>
<head>
<title></title>
<meta name="author" content="Frank">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body>
<table cellpadding="0" cellspacing="0" width="800" height="600">
<tr>
<td colspan="2">[img]header.jpg[/img]</td>
</tr>
<tr>
<td background="navi.jpg" width="154" height="500" valign="top">
<div style="margin-left:55px; margin-top:20px; font-size: 12px;">
Account
ETC
</div>
</td>
<td background="bg.jpg" width="646" height="505" valign="top"></td>
</tr>
</table>
</body>
</html>
Darstellung im Internetexplorer:

Darstellung im Mozilla Firefox:

Wie gesagt, is erst der anfang und ich schreiba uch erst 5 min dran!