NetPerformance
Erfahrenes Mitglied
Hallo,
folgendes Problem plagt mich
Screenshot !
Wie ihr sehen könnt, werd der linke Rand unter IE anders angezeigt als unter FireFox..
Was machen ich falsch ..
Vielen Dank im Vorraus
Aaron
CSS
HTML
folgendes Problem plagt mich
Screenshot !
Wie ihr sehen könnt, werd der linke Rand unter IE anders angezeigt als unter FireFox..
Was machen ich falsch ..
Vielen Dank im Vorraus
Aaron
CSS
Code:
#frame
{
width: 800px;
height: 550px;
border: 1px solid #cccccc;
}
#header
{
width: 794px;
height: 150px;
border: 1px solid #cccccc;
float:top;
margin-left: 2px;
margin-right: 2px;
margin-top: 2px;
}
#login
{
width: 150px;
height: 250px;
border: 1px solid #cccccc;
float:left;
margin-left: 1px;
margin-top: 2px;
}
HTML
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Unbenanntes Dokument</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="johannes_2.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<center>
<div id="frame">
<div id="header"></div>
<div id="login"></div>
</div>
</center>
</body>
</html>