Forum Moderators: open
I'm getting some very strange results trying to validate your code -- that is the first step I would suggest taking with this kind of problem, by the way.
W3C throws an error and can't give a report! And my Homesite validator reports unclosed quotes on almost every line, even when the line looks completely blank!
So I'd suggest you get the code to pass a validation, and see if the problem is still there.
Someone asked why I care about 4.5? I dont, but my client will probly be one of the two people and when he goes home and looks at his site with his old NS, he'll be pissed. Plus, if it doesn't work on 4.5, then theres probly some error in the HTML anyways, might as well fix it.
Thanks again for the help. LAter
I have validated my html, and just got my usual errors (no image alt tags etc). I have tried the various overflow settings for CSS to no avail (my understanding is that Netscape <6.0 doesn't support them).
Any suggestions greatly appreciated. I'm beating my head against the wall on this one.
[groundworksinteractive.com...]
or [groundworksinteractive.com...] (to take flash out of the picture for simplicity sake).
Thanks
Just before I close the body tag, if the browser is netscape 4.x I document.write a spacer image of height "window.innerHeight" that forces the scrollbar to appear and be functional for all window sizes.
An ugly solution (one I was trying hard to avoid) but it works...
Still, if there are other workarounds to this problem I would love to hear them.
Thanks.
I just use a bunch of <br> tags to extend the body. Or you can use the <pre> element to get a similar effect.