Javascript Tooltip / Posts /

Not working in IE

19
The tooltips aren't popping up but only in IE (7-9) no clue why this is but I have the most recent version of IE pulling from the google server and both the tooltip files (css and js). Any clue what it could be?
Kiefer  11 years ago   viewed: 6861    

18 Answers

0
It should work in IE as we have tested it. Please check your code.
milo   11 years ago
-1
The only thing required is the css and js file correct? 
Kiefer   11 years ago
0
HTML, CSS, js file and link paths should all be correct.
You can start from our demo and customize it to yours gradually.
milo   11 years ago
0
I did do that and it flaws only in IE. It gives me an activeX block. Is there any way around that or is it the computer it's set up on?
Kiefer   11 years ago
0
It is the configuration of the browser set by the user. It is set to block the running of javascript and we have no control over that.
milo   11 years ago
0
the popup emerge outside of the screen in IE? in chrome it works well
Ottens   10 years ago
0
how can I solve this with IE?
Ottens   10 years ago
0
Would you stage a testing page online?
Milo   10 years ago
0
http://megasetdesign.nl/test/ look in IE
ottens   10 years ago
0
I use IE 8 for testing and google chrome
Ottens   10 years ago
0
Would you stage a testing page online so that I can take a look?
I cannot login to http://megasetdesign.nl/test/
Milo   10 years ago
0
I do not know how? kun je niet met chrome tools kijken?
'm not so experienced yet :-(
Ottens   10 years ago
0
Oh sorry I saw the issue in IE8. I will take a look and will post you the update.
Milo   10 years ago
-1
I played with your page and found http://megasetdesign.nl/test/css/megasetdesign2013.css contains errors (If you view the file from Chrome console under the Resources panel, you can see it contains many errors).

IE8 seems cannot pass those errors. 

Another possible reason is some of the CSS settings in your megasetdesign2013.css is not unobtrusive. For example, its first line:  * {  margin: 0px;  padding: 0px;  } is obviously not good.

Anyway,all javascript tooltip demos on site www.menucool.com are working well in IE 7, IE 8, IE 9 and IE 10. If the tooltip doesn't work on your website, most likely your code(HTML, JavaScript, CSS) contains either errors or conflicts.
Milo   10 years ago
0
okay thanks fore the info, I will try to modify my css 
Ottens   10 years ago
0
this is the problem

<div id="formlinks">
<table width="220" border="0" align="left">
<tr><td>Naam:</td>
<form method="post" name="mail_Form" onsubmit="return mail_Form_Validator(this)" language="JavaScript" action="presentatie.php">
<td align="left"><input size="18" maxlength="30" name="naam" type="text" id="tekstblok01"></td>
</tr>
<tr><td>E-mail:</td>
<td align="left"><input name="mail" size="18" maxlength="50" type="text" id="tekstblok01"></td>
</tr>
<tr>
<td colspan="2" align="right">
<input name="submit" value="Onze visie" type="submit">
</td>
</tr>
</table>
</div>
Ottens   10 years ago
0

it is the submit button I think?

Also on this site is he doing weird, if you post a message?

Ottens   10 years ago
0
I have found the problem!?
<form method="post" name="mail_Form" onsubmit="return mail_Form_Validator(this)" language="JavaScript" action="presentatie.php">

but now a solution to this? :-)
Ottens   10 years ago

   

Your name*
Password
(Optional. Used to modify this post afterwords)
+ =  

Ask your Own Question

  • If your question is related to the topic of this post, you can post your question to this page by clicking the "Post a reply" button at left;

  • When you want to start a new page for your question: