Ver Mensaje Individual
  #6 (permalink)  
Antiguo 06/12/2009, 17:40
elkevin
 
Fecha de Ingreso: abril-2006
Mensajes: 95
Antigüedad: 18 años
Puntos: 0
Respuesta: Menu CSS parece no tener altura (?)

Cita:
Iniciado por jomaruro Ver Mensaje
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.

Muchas gracias por tomarte el tiempo!

Coloco ahí las hojas de estilo, por que llamo al menú con una función en PHP, la he cambiado de lugar, y no ha variado en nada el comportamiento.

Sigo probando a ver que encuentro!,

Saludos!.