ekl IE funciona OK, pero encambio en firefox me alinea el campo del formulario del buscador al tope a la derecha. ¿sabes pq?
Código:
* {
margin: 0px;
padding: 0px;
}
html, body {
width: 100%;
text-align: left;
background-color: #b2b2c3;
margin: 10px 0px 10px;
}
#web {
padding: 0px;
width: 750px;
position: relative;
text-align: left;
background-color:#ffffff;
border-top: 2px solid #666666;
border-right: 2px solid #666666;
border-left: 2px solid #666666;
border-bottom: 2px solid #666666;
margin: 0px auto ;
}
#header {
width: 100%;
height: 80px;
text-align: left;
padding: 0px;
background-image: url('/top_rib/top_edirol.jpg');
z-index:0
}
#buscador { width: 10px;
height: 50px;
text-align: left;
float: right;
margin-right: 10px;
}
#header2 {
width: 100%;
height: 130px;
text-align: left;
padding: 0px;
}
#header3 {
width: 100%;
height: 65px;
text-align: left;
padding: 0px;
background-color:#ffffff;
}
#header5 {
width: 100%;
text-align: left;
padding: 0px;
background-color:#ffffff;
}
#footer {
text-align: left;
clear: both;
}
Código:
<div id="web">
<div id="header">
<div id="buscador"><!-- #include file='top69.asp' --></div>
</div>
<div id="header2"><!-- #include file='azar.asp' --></div>
<div id="header3"><!-- #include file='Barra_edirol.html' --></div>
<div id="header4"><img src="/img/barra_home.gif"></div>
<div id="header5"><!-- #include file='top0.asp' --></div>
<div id="header5"><!-- #include file='top1.asp' --><BR><P></div>
<div id="footer"><!-- #include file='footer.html' --></div>
</div>