Remortgages | Bad Credit Mortgages | Remortgages | MPAA | Property for sale in Spain
Why does it show differently in netscape? [Archive] - PCMech Forums

PDA

View Full Version : Why does it show differently in netscape?


DarkRunner
04-27-2004, 06:28 AM
Hi all,

I am designing a simple text-based wedsite with a few links and photos thrown in here and there. Things seem to be going great and I have a few pages of it done so far.

My problem is that in IE the page loads with a simple black background as it should. In netscape, the page loads with a white background that throws the whole site off.

Im using a simple css:

style type= "text/css"

body (background-color=#000000)
h1 (font size="32" etc.....etc....)

/style

Is this the correct command for setting a background color on a page or is there something I have to adjust in Netscape settings?

Thanks in advance for any suggestions!:p

mairving
04-27-2004, 07:05 AM
It should be background-color: #000000;, not background-color=#000000.

IE is a little more forgiving about this than Netscape.

DarkRunner
04-27-2004, 02:55 PM
ok thanks!

have to triple check next time....:rolleyes: