Tengo un gran problema con los enlaces.Yo hice una página de prueba y me salieron bien los enlaces,y ahora que estoy haciendo la web oficial,no se porque no me salen.El problema no es que no salgan los enlances si no que no tienen fondo,no se iluminan cuando paso el raton por encima,etc.Os dejo aquí esto por si véis un fallo:
PLANTILLA:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Page title</title>
<link rel="stylesheet" href="estilo-general.css" type="text/css" media="all">
</head>
<body>
<div id="golbal">
<div id="cabecera">Menú principal</div>
<div id="navegacion">Barra de Navegación</div>
<div id="contenido">
<div id="menu">
<ul>
enlace 1 enlace 2 enlace 3
</div>
Últimas actualizaciones
</div>
<div id="pie">Este es el pié de página</div>
</div>
</body>
</html>
ESTILO-GENERAL.CSS
body {text-align: center}
#global {width:800px ; margin: 4px auto }
#cabecera {background-color: red }
#navegacion {background-color: gray }
#contenido {background-color: orange ; ; width: 800px ; float:left}
#menu {background-color: yellow; width: 150px ; float:left ; text-align:left }
#pie {background-color: brown}
#menu li { list-style:none #menu li {list-style:none ; margin: 4px 0px 4px 6px}
* {margin:0px ; padding:0px ; border: 0px}
a {color: blue; font-size:1.3em ; text-decoration: none}
a {color: brown ; text-decoration:none }
a:link {}
a:visited {}
a:hover {color: red ; text-decoration:underline ; background-color: silver }
a:active {}
a {color: brown ; text-decoration:none ; display: block }
PLANTILLA:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Page title</title>
<link rel="stylesheet" href="estilo-general.css" type="text/css" media="all">
</head>
<body>
<div id="golbal">
<div id="cabecera">Menú principal</div>
<div id="navegacion">Barra de Navegación</div>
<div id="contenido">
<div id="menu">
<ul>
</div>
Últimas actualizaciones
</div>
<div id="pie">Este es el pié de página</div>
</div>
</body>
</html>
ESTILO-GENERAL.CSS
body {text-align: center}
#global {width:800px ; margin: 4px auto }
#cabecera {background-color: red }
#navegacion {background-color: gray }
#contenido {background-color: orange ; ; width: 800px ; float:left}
#menu {background-color: yellow; width: 150px ; float:left ; text-align:left }
#pie {background-color: brown}
#menu li { list-style:none #menu li {list-style:none ; margin: 4px 0px 4px 6px}
* {margin:0px ; padding:0px ; border: 0px}
a {color: blue; font-size:1.3em ; text-decoration: none}
a {color: brown ; text-decoration:none }
a:link {}
a:visited {}
a:hover {color: red ; text-decoration:underline ; background-color: silver }
a:active {}
a {color: brown ; text-decoration:none ; display: block }