CSS drop down menu problem. [Help needed]

HTML, CSS and anything else that deals with client side capabilities.

Moderator: General Moderators

Post Reply
User avatar
social_experiment
DevNet Master
Posts: 2793
Joined: Sun Feb 15, 2009 11:08 am
Location: .za

Re: CSS drop down menu problem. [Help needed]

Post by social_experiment »

Try the files in the attachment, they don't use javascript.
Attachments
dropdown_menus.zip
Dropdown menus without javascript
(1.63 KiB) Downloaded 136 times
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
User avatar
social_experiment
DevNet Master
Posts: 2793
Joined: Sun Feb 15, 2009 11:08 am
Location: .za

Re: CSS drop down menu problem. [Help needed]

Post by social_experiment »

It wont work with IE6 (i think) because IE6 doesn't recognize the hover pseudo element on anything except anchor tags (<a>), for IE7 it works no problem.
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
User avatar
kaszu
Forum Regular
Posts: 749
Joined: Wed Jul 19, 2006 7:29 am

Re: CSS drop down menu problem. [Help needed]

Post by kaszu »

Post Reply