CSS Layout without the hassle of div position
July 22, 2010 by ·
Tables are for tabular data. Div with CSS has been the new layout trend. With div and css, the code is much cleaner and accessible. But div positioning is something I always had problem with. But now using float attribute, I can create CSS Layout in much easier way.
I just watched a very good video on google about how to easily create CSS Layout. I hope you have enough time, its about an hour long video.
Check it out.