- To make the container div at the center of the page:
- give it width (otherwise it will be Auto or 100%)
- margin-left:auto;margin-right:auto;
- 3 columns layout div:
- header div is normal with width (or optional width if you use a wrapper div)
- left div has (float:left) (should has width)
- main div (float:left) (should has width)
- right div (float:right) (should has width)
- bottom div has clear both (should have height)
No comments:
Post a Comment