PDA

View Full Version : Tooltip & IE7 Error


Makkornal
23-04-2008, 07:21 PM
I am using WoWDigger Tooltips on my website. Currently any users with IE7 have been experiencing an error when they view the tooltips. The tooltip border images are not being created attached to the tooltip itself. I have attached an image of what they see:

http://www.diegaming.net/images/tooltip.bmp

Didn't know if this was a known issue or not. Thanks for any help you can offer.

Wuushu
24-04-2008, 01:59 PM
Hi Makkornal,

Thanks for reporting this. It should be working properly in IE7 as of now. If you are still experiencing this graphical anomaly, please try refresh your cache and if the problem persists - report it back here.

Thanks for your patience!

Moriwow
17-05-2008, 02:59 PM
take a look at this topic in my forums using IE7 and FireFox

http://assent.awardspace.com/viewtopic.php?f=43&t=209&p=910#p910

as you see the tooltips function for FireFox but not for IE7

please advice

Moriwow
17-05-2008, 03:40 PM
take a look at this topic in my forums using IE7 and FireFox

http://assent.awardspace.com/viewtopic.php?f=43&t=209&p=910#p910

as you see the tooltips function for FireFox but not for IE7

please advice

ok found something if I add the line of the DB search in my overal header the tooltips stop in IE (only)

so what I did is create a block for search and add that line there instead in my template

so my block now? contains this

<script type="text/javascript" src="http://wowdigger.com/js/search.js"></script>
<input id="wowdigger_search" autocomplete="off" type="text" name="search" style="width: 98%" />



and my header only contains this

<script type="text/javascript" src="http://wowdigger.com/js/tooltips.js"></script>





the strage thing as I said is that this is a case only for IE.... FireFox and Opera works anyway
just cant explain it

any ideas?