Topic awaiting preservation: Dreamweaver PopUp Menue (Page 1 of 1) |
|
---|---|
Maniac (V) Inmate From: Switzerland |
posted 05-29-2002 11:19
hi there |
Maniac (V) Lord Mad Scientist Sovereign of all the lands Ozone and just beyond that little green line over there... From: Stockholm, Sweden |
posted 05-29-2002 13:36
Hmm, which element is supposed to be the the one that triggers the onMouseout function? You need to leave the little popup open so people can get to the links, but then what? I've cheated on this situation before, simply checked the y position of the mouse and if it got greater than the bottom of the biggest inserted window then it triggered the 'hide()' function. |
Maniac (V) Inmate From: Switzerland |
posted 05-29-2002 13:47
I tried the OnMouseOut of the main picture in the navigation |
Bipolar (III) Inmate From: |
posted 05-29-2002 15:43
Here's a bit of code I knocked together before now - does almost exactly the same thing that you're after, so perhaps you can use it code: <html>
|