The basic framework structure of DIV CSS is commonly used, but it is not recommended to put it in a div
css style code:
Program code
/*---Global style---*/
* { margin:0px; padding:0px;}
body {font- family: Verdana, Arial, Helvetica, sans-serif;font-size: 12px;background:#fff;}
/*---Main style---*/
#container {} .clearfloat {clear:both;height:0;font-size: 1px;line-height: 0px;}
/*---Top style---*/
#header { }
/*---Middle style---*/
#mainContent {}
#sidebar {}
#content{}
/*-- Bottom style ---*/
#footer {}
html code