Ver Mensaje Individual
  #2 (permalink)  
Antiguo 25/03/2005, 16:35
river
 
Fecha de Ingreso: septiembre-2003
Ubicación: Buenos Aires, Argentina
Mensajes: 92
Antigüedad: 21 años, 5 meses
Puntos: 1
dejo la url para que vean como esta hasta ahora: http://www.hierrostorrent.com.ar/Menu/Men.htm

cuando hago el preview con Dreamweaver me funciona mal, subido en internet no me funciona del todo.

El archivo css es:
/* CSS Document */

ul {
margin: 0;
padding: 0;
list-style: none;
width: 150px;
border-bottom: 1px solid #ccc;
}
ul li {
position: relative;
}
li ul {
position: absolute;
left: 149px;
top: 0;
display: none;
}
ul li a {
display: block;
text-decoration: none;
color: #777;
background: #fff;
padding: 5px;
border: 1px solid #ccc;
border-bottom: 0;
}
li:hover ul, li.over ul {
display: block; }

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */