Wednesday, September 12, 2007

id tag and floating elements in css

http://www.quackit.com/css/properties/css_clear.cfm

http://www.tizag.com/cssT/float.php

#footer
{
clear: both;
}

Usage of #: < div id="footer" >

clear: both clears both the left and right sides of the footer element.

No comments: