I have a javascript message that floats on my page
and the background text color is tranparent so the message doesnt cover up other text when it floats over the other text.
My declaration and setting for background text is:
var backgroundcolor="transparent"
which works in IE but not in Netscape. In Netscape the background color of the text ends up as blue not transparent as it works in IE.
Please advise what or if there is a letter code for tranparent background that Netscape needs or how I can get it to work in Netscape 4.77?