Quote:
Originally Posted by belgirl
Thanks but I already know how to do a peeling corner--the script I posted is from that website. Please read my original post.
|
I did. Here's what you asked: "
...I want the peeling corner to appear only if the user moves his mouse to attempt to hit the back button or close out the site."
- You were told that it's not possible to detect the cursor hovering over the Back button. That's true, there's just no way to do that.
- You were also told that you could use
onUnload() to trigger an event when the user begins to leave the current page, such as with the back button.
- I provided you code that would replicate the "trigger" effect on the trafficregenerator.com site that you mentioned, i.e. when a user moves their cursor off the page towards the top.
What more do you you want, specifically?