Expanding menus in IE

benbusch / 2010-07-02 07:32:18   

I've implemented a java script plugin for expanding menus, and it works fine in all browsers... except IE, of course.

URL: http://whoisbenbusch.com

There are two problems.

1) When you hover over the section titles, they should turn red. This does not work in IE.
2) When you click on a section, it should expand. There is no motion in IE.

Any suggestions?

Thank you!

benbusch / 2010-07-02 07:33:41   

Oops... meant this for the Customize forum.

Vaska A / 2010-07-02 10:45:40   

There is nothing in the code that I can see that would turn them red...this is really strange.

benbusch / 2010-07-02 16:46:12   

Here are the two lines from the style.css and ie.css files.

  1. style.css:
  2. #menu ul li.section-title:hover { color:#F00; }
  1. ie.css:
  2. * html div#menu ul li.section-title:hover { color:#F00; }

I'm under the impression that the ie.css file is correctly coded. Am I wrong? Does it have something to do with the location of the line within the CSS?

benbusch / 2010-07-12 05:52:28   

Hi again!

I've tried everything I know in order to make my expanding menus work better in IE. Is there anything I can do to make them perform in IE like they do in Safari/Chrome/Firefox?

This thread has been closed, thank you.