I’m trying to use some DOM/JS scripting to alternately hide/display portions of a page.
I have code that functions in IE, but the Mozilla version has a strange bug that introduces extra space in the rendered page each time the visiblity is toggled on/off.
Rather than describing the code, I’ve posted a stripped down version of what I’m talking about at:
http://www.ljcp.com/mystery.html
in Mozilla 1.3 or 1.4a (both Windows and Linux versions), repeatedly toggling the visibility of the 2elements on the page adds an increasing number of extra blank lines.
Can someone tell me what’s going on here and what I’m doing wrong?
thanks-
Larry Prikockis
p.s. note that the code on the above site will NOT work in IE- I know this.