Click to See Complete Forum and Search --> : [RESOLVED] 2 level horizontal drop down menu


focus310
06-23-2007, 03:57 PM
Hello:

I inherited a site which was designed by an SEO firm. They have a 2 level horizontal drop down menu which isn't working in Internet Explorer 6.

The website URL is http://www.chrisspencerhomes.com.
When you hover over the links Communities, Home Plans, Available Homes and Gallery; the drop down menus do not appear in IE6. The website works great in Firefox and IE7.

I attached the CSS file to this post. Can someone help me fix the CSS code so it will work on IE6?

Thank you for all your time and help.

KDLA
06-25-2007, 09:26 AM
IE6 doesn't render li:hover -- you have to have some javascript to make that happen. I didn't notice any links to a menu-related javascript in your <head> section.

docpepper
06-25-2007, 10:10 AM
you may want to read up on csshover.htc

link to a tutorial which uses this file:

http://www.seoconsultants.com/css/menus/tutorial/

hope it helps, I had same issue as you, followed this tutorial and it sorted it our for me. Only issue is you need an <!--[If IE]> section of code on each page which bulks out your code a bit, bit this could also be set as an alt style sheet. (I think)

focus310
06-25-2007, 01:18 PM
Hi,

Someone provided me a link to the csshover and yes, it is working for me now as well.