Marilex
01-13-2011, 07:23 AM
Hello,
I tested yesterday this script => Smooth Navigational Menu ... but found a trouble mit the new jQuery 1.4.4 and IE 6. The third ul will not open.
Folder 2 > Folder 2.1 | end (ie6)
Folder 2 > Folder 2.1 > Folder 3.1.1 > ... (ie7)
If I changed it to jQuery 1.3.2 - it works fine!
What is the difference of the two versions? 1.3.2 vs. 1.4.4
My current solution is now:
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
<!--[if lte IE 6]>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<![endif]-->
... is not the best way, but it works!
Has anybody a fix for Smooth Navigational Menu + IE6?
THX in advance
I tested yesterday this script => Smooth Navigational Menu ... but found a trouble mit the new jQuery 1.4.4 and IE 6. The third ul will not open.
Folder 2 > Folder 2.1 | end (ie6)
Folder 2 > Folder 2.1 > Folder 3.1.1 > ... (ie7)
If I changed it to jQuery 1.3.2 - it works fine!
What is the difference of the two versions? 1.3.2 vs. 1.4.4
My current solution is now:
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
<!--[if lte IE 6]>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<![endif]-->
... is not the best way, but it works!
Has anybody a fix for Smooth Navigational Menu + IE6?
THX in advance