Ver Mensaje Individual
  #5 (permalink)  
Antiguo 06/12/2009, 17:05
Avatar de jomaruro
jomaruro
Colaborador
 
Fecha de Ingreso: junio-2002
Ubicación: Naboo
Mensajes: 5.442
Antigüedad: 21 años, 9 meses
Puntos: 361
Respuesta: Menu CSS parece no tener altura (?)

Hola:

Viendo tu código he detectado que tienes los link a tus hojas de estilo dentro del body cuando deberías tenerlas dentro del head.

Código:
<!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>
<title>Documento sin t&iacute;tulo</title>
</head>
<body>
<link rel="stylesheet" href="../admin_index/admin_index_style.css" type="text/css" />
<!-- <link rel="stylesheet" href="../abm_style/abm_style.css" type="text/css" /> -->
<div id="marco">
	<div id="head">
<link rel="stylesheet" href="../admin_menu/admin_menu_style.css" type="text/css" />
<ul class="adminMenu">
...
De todas formas no sé si será eso lo que te plantea el problema (Seguiré mirando).

Saludos.