Ver Mensaje Individual
  #1 (permalink)  
Antiguo 26/10/2007, 12:41
lanas
 
Fecha de Ingreso: abril-2005
Mensajes: 50
Antigüedad: 19 años
Puntos: 1
Es esto un hack de IE?

Pues el caso es que estoy haciendo un menú en el que quiero usar un efecto tipo onRollOver y usdo este codigo

Código PHP:
<style type="text/css">

#menuUp{
        
border-top:#F0F0F0 solid 4px;
        
padding-top:4px;
        
float:right;
        
width:auto;
        
_width:700px;
    
    }

#menuUp a:hover{
        
color:#000000;
        
background-color:#FFFFFF;
        
background-imageurl(menu.gif);
        
background-repeatno-repeat;
        
text-decoration:none;
        
padding:10px 0 5px 0px;
        
font-size14px;
    }

</
style>

</
head>
<
body>
<
div id="menuUp" ><a href="">| &nbsp;&nbsp;&nbsp;CASA&nbsp;&nbsp;&nbsp; </a>|<a href=""> &nbsp;&nbsp;&nbsp;MÁIS&nbsp;&nbsp;&nbsp; </a>|<a href=""> &nbsp;&nbsp;&nbsp;ENTÉRATE &nbsp;&nbsp;&nbsp;</a>|<a href=""> &nbsp;&nbsp;&nbsp;MÒVETE&nbsp;&nbsp;&nbsp; </a>|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
            
            <
input  type="text"/>
</
div

Pues si no pongo la input text final
Código PHP:
<input  type="text"/> 
en el IE6 no funciona pero si la pongo sí.

Se os ocurre por qué??

P.D.-Olé por el IE...