Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 09-20-2007, 04:48 AM   PM User | #1
t-buck
New Coder

 
Join Date: Sep 2007
Posts: 59
Thanks: 7
Thanked 0 Times in 0 Posts
t-buck is an unknown quantity at this point
CSS Drop Down Menu In IE Help

I'm working on a menu where it expands to show more links. The menu looks great in firefox, but won't expand in IE. Can somebody help?

Here's the page: http://www.foodprotect.org/CFP.php

Thanks!
t-buck is offline   Reply With Quote
Old 09-20-2007, 05:28 AM   PM User | #2
magikwon
New to the CF scene

 
Join Date: Sep 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
magikwon is an unknown quantity at this point
Here's an article I found a while ago that was very helpful in creating CSS drop down menus for IE. From what I understand you have two choices on how to fix them not working in IE. One is using IE hacks to work around some IE issues. The other is using a modified .htc file. This solution uses the hover.htc file to make IE work.

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

Also http://www.tanfa.co.uk/ Has a very detailed guide on how to create both verticle and horizontal CSS drop down menus. Hope that's helpful!
magikwon is offline   Reply With Quote
Old 09-22-2007, 11:35 AM   PM User | #3
marilynn.fowler
Regular Coder

 
Join Date: Aug 2002
Location: San Francisco
Posts: 442
Thanks: 19
Thanked 15 Times in 15 Posts
marilynn.fowler is an unknown quantity at this point
IE doesn't understand the hover pseudo-class on anything except the "a" tag. A List Apart has this great javascript that converts your :hover into .over and turns it into a mouseover action. then you make sure you style a ul:hover li and a ul.over li the same.
http://www.alistapart.com/articles/hybrid
__________________
Outside of a dog, a book is man's best friend. Inside of a dog it's too dark to read. Groucho Marx
marilynn.fowler is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 01:55 PM.


Advertisement
Log in to turn off these ads.