Page 1 of 1

[SOLVED] IE7 CSSmenu hopping jumping

Posted: Mon May 21, 2007 7:16 pm
by dmgd
I am running
Version 1.0.6
Apache 1.3.37
PHP 4.4.6



I have searched here and google with no luck so these must be a problems I have caused and I don't know how to fix them.  The problem only happens in IE7.

1. On mouse over a menu item with child (Things to do)  the menu jumps down.  I found a little about this problem but the fixes did not fix my problem.  I use a background image and bacground-position.
2. In the search box the fieldset will not put padding on the right side of the search item input.  This caused the box to have a little extra line at the top.

Any help or a link to an article about these problems would be greatly appreciated.
Thanks for the help.
Mark
[UPDATE]  I fixed the search box problem.  The box was too small  :-[ Sometimes the elevator don't quite make it to the top

Re: IE7 CSSmenu

Posted: Tue May 22, 2007 12:42 pm
by Greg
Try this -- In your template

Code: Select all

<!--[if IE]>
<__script__ type="text/javascript" src="modules/MenuManager/CSSMenu.js"></__script>
<![endif]-->
<!--[if IE]>
<__script__ type="text/javascript" src="uploads/js/pngfix.js"></__script>
<![endif]-->
Change if IE to if lte IE 6

Re: IE7 CSSmenu

Posted: Tue May 22, 2007 1:07 pm
by dmgd
Thanks Greg,  It did not fix the problem but it was something I should have done anyway.  Thanks for bring it to my attention.  I am thinking I commented out some css I needed.

And the search continues.
Mark

Re: IE7 CSSmenu

Posted: Tue May 29, 2007 1:52 pm
by Greg
Take a look at this website.

Re: IE7 CSSmenu

Posted: Fri Jun 08, 2007 1:49 pm
by dmgd
Thanks Greg  I read the information at the page you suggested.  I had to create a new menu template but it fixed the problem.
It works in FF2.x IE7 IE6 Konqueror
Mark

Re: [SOLVED] IE7 CSSmenu hopping jumping

Posted: Sat Jun 09, 2007 3:07 am
by Greg
I also posted more information here.

Looks like you have it woking properly, great looking site Mark!