![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
30/05/2008, 01:19
|
![Avatar de KarlanKas](http://static.forosdelweb.com/customavatars/avatar11549_2.gif) | Moderador extraterrestre | | Fecha de Ingreso: diciembre-2001 Ubicación: Madrid
Mensajes: 6.987
Antigüedad: 23 años, 1 mes Puntos: 61 | |
Respuesta: cómo funciona este menú dinámico No tiene por qué.
Un ejemplo tonto:
<html>
<head>
<title>Untitled</title>
<style>
ul{
height:20px;
overflow:hidden;
border:solid 1px silver;
width:150px;
}
ul:hover{
height:120px;
}
</style>
</head>
<body>
<ul>
<li>Ver números</li>
<li>1</li>
<li>2</li>
<li>3</li>
<li>4</li>
<li>5</li>
</ul>
</body>
</html>
__________________ Cómo escribir
No hay pregunta tonta, sino tonto que quiere seguir en la ignorancia. |