skidvd
10-26-2003, 08:32 PM
Please check out the page at http://198.95.113.132/~gouldt/Testing.html
(Excuse it's ugly content - it's a proof of concept page.)
The page has an <iframe> as it's main content covering much of the page. The other major element is a "sliding" or "dockable" <div> at the left side of the page. This area should slide into view onmouseover and slide back into it's docking position onmouseout. It's this "sliding" <div> that I'm having difficulty with. Finally, there is a dynamically generated debug are (<div> with a blue background) that I'm using - thanks to this forum!! - for debug.
Everything seems to be working correctly in IE 5.5 and above. However, I'm having various different problems with the latest Netscape versions - details below:
Netscape 7 and above: the main problem here is that the onmouseout event does not get triggered until the user has moved their mouse all the way passed the <iframe> element - which is not contained in or otherwise related to the "sliding" <div> . This makes no sense to me, but is a major problem that I've not yet been able to solve. I'd appreciate any suggestions here to solve (or work around) this behavior.
Netscape 6.2 (I still have users on this platform): The bahavior here seems to be entirely broken - the "sliding <div> does not expand or collapse back into "docked" position as desired. Once again, I'd appreciate any and all assistnace to make this work on this platform.
Thanks in advance!
(Excuse it's ugly content - it's a proof of concept page.)
The page has an <iframe> as it's main content covering much of the page. The other major element is a "sliding" or "dockable" <div> at the left side of the page. This area should slide into view onmouseover and slide back into it's docking position onmouseout. It's this "sliding" <div> that I'm having difficulty with. Finally, there is a dynamically generated debug are (<div> with a blue background) that I'm using - thanks to this forum!! - for debug.
Everything seems to be working correctly in IE 5.5 and above. However, I'm having various different problems with the latest Netscape versions - details below:
Netscape 7 and above: the main problem here is that the onmouseout event does not get triggered until the user has moved their mouse all the way passed the <iframe> element - which is not contained in or otherwise related to the "sliding" <div> . This makes no sense to me, but is a major problem that I've not yet been able to solve. I'd appreciate any suggestions here to solve (or work around) this behavior.
Netscape 6.2 (I still have users on this platform): The bahavior here seems to be entirely broken - the "sliding <div> does not expand or collapse back into "docked" position as desired. Once again, I'd appreciate any and all assistnace to make this work on this platform.
Thanks in advance!