fallingrock
Technical User
My navbar is composed with table cells. The following script within a TD tag highlights the cell when you pass over it with the mouse:
onMouseOver="this.bgColor='#FFFFFF'"
onMouseOut="this.bgColor='transparent'"
Works fine in IE 6. But in all versions of Netascape 4-7, when you mouse out, it leaves a blue background color instead of showing the underlying body transparently.
Any clues on how to fix this Netscape problem?
Thanks
onMouseOver="this.bgColor='#FFFFFF'"
onMouseOut="this.bgColor='transparent'"
Works fine in IE 6. But in all versions of Netascape 4-7, when you mouse out, it leaves a blue background color instead of showing the underlying body transparently.
Any clues on how to fix this Netscape problem?
Thanks