Hello,
Let's consider the following code:
Code:#header { width:960px; } #logo { width:960px; display:inline; float:left; } #title { width:960px; display:inline; float:left; }Is it ok not to have a .clear div after #logo and #title? My point is to avoid divitis.HTML Code:<div id="header"> <div id="logo"></div> <div id="title"></div> </div>
Regards,
-jj.![]()



Reply With Quote



Bookmarks