I\'d like to make a webpage like this:
|----------------------------| | header | |----------------------------| | L |
LIve demo
Hi now you just do easily as like this
Css
.top { height: 92px; } .left { width: 178px; float:left; } .main { margin-left:178px; }
HTML
TOP LEFT N content here MAIN content here MAIN content here
Live demo
Updated Demo