Ver Mensaje Individual
  #5 (permalink)  
Antiguo 29/01/2007, 20:24
Avatar de NUCKLEAR
NUCKLEAR
Moderador radioactivo
 
Fecha de Ingreso: octubre-2005
Ubicación: Cordoba-Argentina
Mensajes: 5.688
Antigüedad: 18 años, 6 meses
Puntos: 890
Re: como ?? hago una ventana sobre una imagen mostrando la imagen

corregido : vincular las dos hojas de estilos...
<link href='estilo.css' rel="stylesheet" type="text/css" media="screen"/>

<link rel="stylesheet" href='ie_fixes.css' type="text/css" media="screen, projection" />

la hoja de stilo ie_fixes.css es:

/* =Internet Explorer Fixes
----------------------------------------------------------------------*/

.hoverbox a
{
position: relative;
}

.hoverbox a:hover
{
display: block;
font-size: 100%;
z-index: 1;
}

.hoverbox a:hover .preview
{
top: -38px;
left: -50px;
}

.hoverbox li
{
position: static;
}
__________________
Drupal Argentina