View Single Post
Old 2007-05-25, 12:46 PM   #4
ClickBuster
I'm normally not a praying man, but if you're up there, please save me Superman!
 
ClickBuster's Avatar
 
Join Date: Dec 2004
Location: Bulgaria
Posts: 476
Send a message via ICQ to ClickBuster
Hehe, I understand what is bothering you, but actually the solution to this is quite easy. Instead of using JavaScript to hide the hover, you can make this go through a redirect script or meta redirect page. Like for example a page with the following HTML:

Code:
<html><head>
<meta HTTP-EQUIV="Refresh" CONTENT="1; URL=http://redirecturl.com">
</head></html>
Don't blame the sponsors for having names
__________________
The tendency is to push it as far as you can
-- Fear and Loathing In Las Vegas
ClickBuster is offline   Reply With Quote