Page 1 of 1
suckerfish not working in IE
Posted: Tue Apr 15, 2008 8:05 am
by Tracy
I have just spent a whole weekend working out the menu manager. I want a horizontal menu and a side menu. Using the suckerfish layout / menumanager I managed to get the horizontal one basically although I am having a problem with the dropdowns not working in IE. They work in FF, Safari and Opera. Here is link, I would appreciate if someone could help me.
Thankyou so much
http://www.zendog.ca/index.php?page=test-page
Re: suckerfish not working in IE
Posted: Wed Apr 16, 2008 1:18 am
by Dr.CSS
You could use the default cssmenu and change the part for styling it and achieve the same results...
The suckerfish and default cssmenu BOTH rely on JS to get IE6or less to work they just use a diff. syntax, sfhover for sucker and an h for the default cssmenu...
You may be having trouble because the menu template is adding menuparent as a class and maybe menuactive menuparent as a class, this may be throwing your JS...
Re: suckerfish not working in IE
Posted: Wed Apr 16, 2008 8:43 am
by SideshowBob
Hi Tracy,
Remove all suckerfish stuff and add this little snippet instead.
Code: Select all
<!--[if lt IE 8]>
<__script__ src="http://ie7-js.googlecode.com/svn/version/2.0(beta3)/IE8.js" type="text/javascript"></__script>
<![endif]-->
You can read more about it here :
http://dean.edwards.name/IE7/ but in short it helps with lots of IE issues and is well worth using.
Hope that helps,
Bob
Solved, thanks
Posted: Thu Apr 17, 2008 5:00 am
by Tracy
thanks for your replies
Re: suckerfish not working in IE
Posted: Sat Apr 19, 2008 3:49 pm
by Dr.CSS
How did it get resolved, what was the solution?...
[solved] goes in the original posts subject line...