FurryGorilla
Technical User
I'm using a css to look up the location of a background.
However, while this works fine in IE, the image does not display in Netscape (stupid thing >:-< ).
The css for the body part is as follows:
BODY.main {
MARGIN-TOP: 0px; BACKGROUND: url( #ffffff repeat-y left 50%; MARGIN-LEFT: 0px; COLOR: #000000; MARGIN-RIGHT: 0px
}
The HTML source includes <body class="main"> and the correct link to the style sheet as all the fonts are correctly formatted.
Anyone have any ideas?
Thanks in advance
Chris
However, while this works fine in IE, the image does not display in Netscape (stupid thing >:-< ).
The css for the body part is as follows:
BODY.main {
MARGIN-TOP: 0px; BACKGROUND: url( #ffffff repeat-y left 50%; MARGIN-LEFT: 0px; COLOR: #000000; MARGIN-RIGHT: 0px
}
The HTML source includes <body class="main"> and the correct link to the style sheet as all the fonts are correctly formatted.
Anyone have any ideas?
Thanks in advance
Chris