On Thu, 6 Oct 2005, David Suna wrote:
The actual case was somewhat more complicated. The code was part of a
javascript scroller that I had modified to generate the contents of the
scroller dynamically. So first there was javascript code that generated the
<a href><div> code and later a timer handler checked the height of the
element to determine if it had been scrolled off the viewable area. The
initial call to populate the scroller was run at startup. The timer handler
continued running long after the page was fully loaded.
Peter wrote:
Did you try the javascript in FF after waiting for the page to load and
display or was it run at startup ?
The reason I asked was, that I know for sure that the height is
incorrect before the window is mapped.
Peter
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]