View Single Post
Old 12-27-2008, 06:59 AM   #5 (permalink)
CoryMathews
The Addict
 
CoryMathews's Avatar
 
Join Date: Nov 2007
Location: USA
Posts: 256
Thanks: 7
CoryMathews is on a distinguished road
Default

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; }
CoryMathews is offline  
Reply With Quote