Ver Mensaje Individual
  #3 (permalink)  
Antiguo 27/12/2006, 14:47
ThunderFx
 
Fecha de Ingreso: diciembre-2003
Ubicación: Campehce, Mexico
Mensajes: 325
Antigüedad: 20 años, 4 meses
Puntos: 0
Re: div, img y texto

Ok brother, le doy la altura exacta pero aun asi se descuadra ..

Código PHP:
<div id="general">
    <
div id="header"><img src="images/1.gif" width="158" height="18"><img src="images/usuarios_enlinea.gif" width="103" height="18"><img class="im" src="images/total_acordes.gif" width="101" height="18"><font style="font-size: 5pt">vv</font></div>
</
div
CSS
Código PHP:
<style type="text/css">
body{
    
text-align:center;
}
#general{
    
width:760px;
    
height:100px;
}
#header{
    
valign:top;
    
height:18px;
    
text-align:left;
    
height:10px;
    
background:url('images/bg_tool.gif');
}

#header .im{
    
margin-left:150px;
}
</
style
Por más chico que hago la letra, siempre me keda un espacio, osea como que hay padding abajo, eso es lo que no quiero ... Espero puedan ayudarme ...