Ver Mensaje Individual
  #1 (permalink)  
Antiguo 14/01/2011, 11:36
Avatar de pempas
pempas
 
Fecha de Ingreso: diciembre-2003
Ubicación: Barcelona
Mensajes: 985
Antigüedad: 20 años, 4 meses
Puntos: 6
¿Cómo puedo arreglar esto?, me tiene loco!!

Hola,
ante todo gracias por ayudar, me vuelvo loco cada vez que me pasa esto:



¿Cómo puedo hacer que no se desplace ese div?, el css es este:

Código PHP:
.prod_box{
width:173px;
height:auto;
float:left;
padding:10px 10px 10px 11px;
}
.
top_prod_box{
width:173px;height:12px;background:url(images/product_box_top.gifno-repeat center bottom;float:leftpadding:0pxmargin:0px;
}
.
bottom_prod_box{
width:173px;height:10px;background:url(images/product_box_bottom.gifno-repeat center top;float:left;padding:0pxmargin:0px;
}
.
center_prod_box{
width:173px;heightauto;background:url(images/product_box_center.gifrepeat-y;float:lefttext-align:center;padding:0pxmargin:0px;
}
.
prod_details_tab{
width:173px;
height:31px;
float:left;
background:url(images/products_details_bg.gifno-repeat center;
margin:3px 0 0 0;
}
img.left_bt{
float:left;
padding:6px 0 0 6px;
}
a.prod_details{
width:25px;
display:block;
float:left;
background:url(images/square-blue-add.gifno-repeat left;
padding:0 0 0 20px;
margin:7px 0 0 38px;
_margin:6px 0 0 35px;
text-decoration:none;
color:#0fa0dd;

Lo cierto es que no sé como resolverlo y me pasa mucho... he probado con clear, con word-break, de todo... nada funciona!

Gracias a todo el mundo!