Topic awaiting preservation: NS7 |
|
---|---|
Author | Thread |
Maniac (V) Mad Scientist From: Jacks raging bile duct.... |
posted 03-04-2003 19:39
In the following page I'm utilizing visibility: visible/hidden. This script doesn't work correctly in Netscape 7. Can anyone tell me where I can find documentation on work arounds for this visibility problem? |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 03-04-2003 20:07
Ug. |
Bipolar (III) Inmate From: Berlin (almost) |
posted 03-04-2003 20:56
Works fine for me in Mozilla 1.3(b). Netscape 7 is based on a much less recent version of Mozilla though (1.0.something I think), so it could be that it interprets your code in a way it shouldn't ... but following Slime's tips might help there as well. |
Maniac (V) Mad Scientist From: Jacks raging bile duct.... |
posted 03-04-2003 21:14
Slime can you point me to any URLs that show a more elegant means of achieving what I'm trying to achieve |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 03-04-2003 21:27
function toggleVisibility(id, vis) { |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 03-04-2003 21:47
Bit's code is excellent; just change the line |