CSS height 100% problem in FF
CSS height 100% problem in FF
Out of context: Reply #3
- Started
- Last post
- 12 Responses
- stevegee0
put the background on the body, not on a wrapper div, also put
body {align: center;
background...}
then in your main div, you can realigin everything left, ro whatever.
no need for wrapper div's in most cases.