10/11/2005, 03:56
|
| | | Fecha de Ingreso: septiembre-2003 Ubicación: Pues leyéndote
Mensajes: 1.076
Antigüedad: 21 años, 4 meses Puntos: 59 | |
>> no funciona este CSS ... << ... en I. Explorer, pero sí en Firefox.
Código:
<html>
<head>
<style type="text/css">
#grupo
{display: block;
position: relative;
width: 570px;
height: 380px;
margin: 0;
padding: 0;}
#grupo ul
{margin: 0; padding: 0;}
#grupo li
{visibility: hidden;
list-style-type: none;
position: absolute;
display: block;
margin: 0;
padding: 0;
font-family: verdana;
font-weight: normal;
color: #00008b;
height: 20px;
line-height: 20px;
text-align: center;
background: url(w51.png) #ffff00;
border: 1px solid darkblue;
text-decoration: none;
overflow: hidden;}
#grupo:hover li
{visibility: visible;}
#nombre1
{left: 210px;
top: 200px;
width: 50px;}
#nombre2
{left: 400px;
top: 200px;
width: 60px;}
</style>
</head>
<body>
<ul id="grupo">
<img src="imagen.jpg" width="640" height="480" alt="" title="" />
<li id="nombre1"><span>Pepe</span></li>
<li id="nombre2"><span>Juan</span></li>
</ul>
</body>
</html>
¿Alguna solución?
Gracias adelantadas.
Saludos
Última edición por seoista; 10/11/2005 a las 04:25
Razón: </HEAD>
|