31. 03.
Css+div is our web implementation standard.?In order to make our work faster and more accurate we all need to follow the rule below.
All html page to include the Embraiz reset file.
1. Browser has default margin and padding on some elements like ul, h1, h2 etc.. We would like to reset them in order to totally control the layout of the html.
body, div, dl, dt, dd, ul, ol, li, h1{..margin:0pt;padding:0pt;}
2. Most of our li and ol list are for floating menu and therefore we will set them to “list-style: none;”
3. The .space-line class is apply to a div acting like a table boarder to floating layout.















