View Single Post
  #9 (permalink)  
Old 11-05-09, 08:44 AM
End User's Avatar
End User End User is offline
Level II Curmudgeon
 
Join Date: Dec 2004
Posts: 3,027
Thanks: 14
Thanked 35 Times in 33 Posts
Quote:
Originally Posted by belgirl View Post
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?
__________________
I don't live on the edge, but sometimes I go there to visit.
-------------------------------------------------------------------------
Sanitize Your Data | Oracle Date & Substring Functions | Code Snippet Library | [url=http://www.codmb.com/Call Of Duty[/url]
Reply With Quote