Ver Mensaje Individual
  #1 (permalink)  
Antiguo 11/04/2005, 21:03
winMx
 
Fecha de Ingreso: julio-2004
Mensajes: 5
Antigüedad: 19 años, 9 meses
Puntos: 0
div - imagenes - ie

hola amigos, tengo un un problemilla, estoy trabjando con div pero cuando hago
html
<div id="header"><img src="imagenes/act1_header.gif" border="0" />
</div>
<div id="headerbar"><img src="imagenes/act1_header.gif" border="0" />
</div>
css
#header {
margin: 1px;
background-color: #663399;
position: relative;
top: 0px;
bottom: 0px;
border: 0.8px dotted #CCCCCC;
width: 760px;
background-repeat: no-repeat;
}
#headerbar {
width: 760px;
margin: 0px;
background-color: #663399;
height: 34px;
position: static;
top: 0px;
display: block;
float: none;
padding: 0px;
}
me aparece un marge debajo de la imagen y eso solo aparece en IE, pero en firefox normal.
gracias por su ayuda