Advanced Tooltips Support Product Page
This topic was archived
tooltip appearing twice in safari
Asked 01 Apr 2009 11:27:04
1
has this question
01 Apr 2009 11:27:04 peter hart posted:
I'm finialising the flash video for a site using tooltips - it works in explorer and firefox.in Safari the popup appear twice once without a border and one as configured!
see
www.tail-crate.co.uk/ and click on large image in safari.
it works for the form just the video appears twice.
Replies
Replied 01 Apr 2009 14:03:38
01 Apr 2009 14:03:38 Miroslav Zografski replied:
Hi Peter,
Try changing the links from "#" to "javascript: void(0);" and in the flash movie code:
Add the following parameter to the OBJECT tag:
<param name="wmode" value="transparent">
Add the following parameter to the EMBED tag:
wmode="transparent"
If the result is same change the links to:
"javascript: void(0);return false;"
Regards,
Try changing the links from "#" to "javascript: void(0);" and in the flash movie code:
Add the following parameter to the OBJECT tag:
<param name="wmode" value="transparent">
Add the following parameter to the EMBED tag:
wmode="transparent"
If the result is same change the links to:
"javascript: void(0);return false;"
Regards,
