Eternius: Firefox und css

Beitrag lesen

Hallo,

funktioniert bei mir wunderbar:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>ID-Ausweissysteme</title>
<style type="text/css">

#navbox  {

font-family : Arial, Helvetica, sans-serif;
     height : 20px;
     width : 500px;
     position : absolute;
     left : 10px;
     top : 75px;
     font-size : 12px;
     color : #ffffff;
     background:#cccccc;

}

</style></head>

<body>
<div id="navbox">tralalaa</div>
</body>
</html>

gruss

--
no strict;
no warnings;
man google