I'm having a bit of trouble getting firefox to colorize my page.
I have for example:
[code=css]
body { background-color:red; color:white; }
[/code]
In IE6 this makes my page red. In Firefox it only makes the area where there is text red.
How can I force firefox to make the entire background red?
I have for example:
[code=css]
body { background-color:red; color:white; }
[/code]
In IE6 this makes my page red. In Firefox it only makes the area where there is text red.
How can I force firefox to make the entire background red?
Comment