Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Netscape 4 bgColor disappear

Status
Not open for further replies.

fuli42

Technical User
Jul 9, 2002
74
HU
I want to highlight a layer (<div>), then highlight another one.
In netscape 4 my only choice is changing the layers background color.
When the selected layer gets deselected, it should return to normal, which has to be a transparent background, because there is an image under the layers.
If you can't delete a layer background color, is there any other way, to change any aspect of a layer, then set it back to normal in NN4 (font, border, etc.)?
Thank you!
Fuli
 
setting its value to an empty string should work:

backgroundColor = &quot;&quot;;

======================================

if (!succeed) try();
-jeff
 
Thank you jemminger!

Unfortunately it does not work... :(
Is there any property of a layer that can be changed, then reverted to normal? For NN4.

Thank you
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top