
Originally Posted by
jscheuer1
In many browsers, 100% will not make them even the height of the browser.
What you are talking about would need to be almost an entirely different script. It really wouldn't do to simply get the page height, because the user's screen might be higher than that, much higher in some cases. That might not even be desirable. It could look odd if there weren't enough other content on the page. Also, if the height is set in response to the user's dimensions, you could run out of content for the marquee if it grew too tall. If one were to do this, I think you would want to set to the smallest height of the page or the browser and if that were the browser, fix the top position at the top of the user's window. You would have to make multiple copies of the marquee content should they be required to fill it out on tall screens. In essence, you would have an 'on the fly' custom marquee depending upon the user's dimensions. So, should those change, everything would need to be re-calculated.
I'm not sure if this is something I would want to work on, as it could be just another idea that sounds nice, but that wouldn't really work out all that well in reality.
Bookmarks