Hola tengo un problema con la lista de mi barra de navegación, en mozilla sale bien, pero en IE no este es el código:
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Ed Echers Filantrop-E</title>
<link rel="stylesheet" href="maner.css" type="text/css" media="all">
</head>
<body>
<div id="global">
<div id="head">
<div>[img]objects/EED5.bmp[/img]</div></div>
<div id="nav">
<ul><l1 id="nu">Home</l1><l2 id="nu">Music</l2><l3 id="nu">S-Gang</l3><l4 id="nu">Contact me</l4>[/list] </div>
<div id="bdy"> contenido </div>
</div>
</body>
</html>
CSS
* {margin:0px ; padding:0px ; border: 0px}
body {background-color: #000000; text-align: center}
#global {width:800px ; margin: 4px auto }
#head {background-color: white; overflow : hidden }
#nav {background-color: #EE7600; width: 800px; height: 30px}
#nu {width: 200px ; float:left; border: 10px auto}
#nu li {list-style:none ; text-align:center; margin:0px 100px 0px 100px }
#bdy {background-color: #27408B; border-top: white 2px solid}
a {color: #000000; font-size:1.4em ; text-decoration: none; display: block ; height: 30px; font-family:arial; font-weight: bold}
a:link {}
a:visited {}
a:hover{color:white;text-decoration:none; background-color:#27408B;border-left: white 2px solid; border-right: white 2px solid; border-top: white 2px solid}
a:active{}



Citar


Marcadores