12-27-2008, 06:59 AM
|
#5 (permalink)
|
|
The Addict
Join Date: Nov 2007
Location: USA
Posts: 256
Thanks: 7
|
Set a height then. That will fix it you also might want to add overflow:hidden;
so the css will be
.divclass { width:200px; float:left; display:block; height:20px; overflow:hidden; }
|
|
|
|