Hi guys,
Let me say this first - I'm new to Javascript. I have steered clear of it until now, but now I'm forced to use it in a site I'm trying to make.
What I needed was this:
When a user does mouseover on a link, I need to popup a small window.
Then I need to write some details on this window.
When the user moves over to another link, the details on this window should be rewritten.
This much I accomplished with a lot of trial, error and prayer.
This is what I need next:
In one situation, I need this popup window to be on top of the parent window always.
In another I need some way to close this window when the user does mouseout on the link.
OK, I know by now you javascript gurus have started laughing - but won't somebody help me?
Let me say this first - I'm new to Javascript. I have steered clear of it until now, but now I'm forced to use it in a site I'm trying to make.
What I needed was this:
When a user does mouseover on a link, I need to popup a small window.
Then I need to write some details on this window.
When the user moves over to another link, the details on this window should be rewritten.
This much I accomplished with a lot of trial, error and prayer.
This is what I need next:
In one situation, I need this popup window to be on top of the parent window always.
In another I need some way to close this window when the user does mouseout on the link.
OK, I know by now you javascript gurus have started laughing - but won't somebody help me?
