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-image: url(menu.gif);
        background-repeat: no-repeat;
        text-decoration:none;
        padding:10px 0 5px 0px;
        font-size: 14px;
    }
 
</style>
 
</head>
<body>
<div id="menuUp" ><a href="">|    CASA    </a>|<a href="">    MÁIS    </a>|<a href="">    ENTÉRATE    </a>|<a href="">    MÒVETE    </a>|               
            
            <input  type="text"/>
</div> 
    Pues si no pongo la input text final
Código PHP:
   <input  type="text"/> 
    Se os ocurre por qué??
P.D.-Olé por el IE...
 
