Hola,
Trato de acomodar unos divs, como en esta imagen:
http://img9.imageshack.us/img9/213/70169095.png (en el cuadro "destacados").
y se me acomodan asi:
http://img200.imageshack.us/img200/6643/destacados.png
mi codigo.. es:
Código HTML:
Ver original<div id="destacados" class="redondear"> <div class="title redondear">DESTACADOS
</div> <div style="padding:10px;"> <div class="artista_list" style="height:100px; text-align:left;"> <div style="position:relative; width:200px; float:left; height:50px;"> <div style="float:left; width:50px; display:block;"><span style="background-color:#000; color:#FFF; position:absolute; padding:3px;">1
</span><img src="images/maq/img_art.png" width="50" height="50" align="top" /></div> <div style="float:right; width:145px; display:block;"><strong>Llamado de emergencia
</strong><br /> <div style="clear:both; height:1px;"></div> <div style="position:relative; width:200px; float:left; height:50px;"> <div style="float:left; width:50px; display:block;"><span style="background-color:#000; color:#FFF; position:absolute; padding:3px;">2
</span><img src="images/maq/img_art.png" width="50" height="50" align="top" /></div> <div style="float:right; width:145px; display:block;"><strong>Llamado de emergencia
</strong><br /> <div style="clear:both; height:1px;"></div> </div><div style="clear:both; height:1px;"></div>
artista_list y redondear, solo dan color y css3 :p
Gracias
Salu2
EDITO:
Solucionado... xD.. lo probe mal :P