height 100% - different display in IE / Firefox/ Opera
I have a problems with how the different browsers display my page. IE6 is displaying it how i want with the background colour of white showing all the while i have content and then adding the padding/margin sizes on top.
However in Firefox and Opera the white background only seems to show for a very small section of the page.
All of my content is held in a container div as follows:
Can anyone tell me where i'm going wrong? The only way I seem to be able to get Firefox and Opera to display my white background to the bottom of the document is by specifying a pixel height i.e.:
height: 1200px;
which obviously i do not want to do, as each page on my website will have a different height size dependent on the amount of contained contained in it.
With many thanks for any light on this matter - i've been tearing my hair out on this one for a couple fo days!!
Bookmarks