/    Sign up×
Community /Pin to ProfileBookmark

What it the most compatiable Drop-down menu?

Hi All,

Just wanted to find out your opinion’s on what is the most browswer compatitable drop-down menu’s for a naviagional system (not form drop-down menu’s)?

I have been having a look around and there are a few different options written in either Javascript, DHTML or Flash. Now i have done abit of research and some people claim that Javascript dis-enabled by 30% of web users.

It seems that DHTML is broswer specific and seems to only work on recent browser versions.

So is Flash the only option? I hoping to find another option. Can it be written in purely CSS?

Thanks in advance!

to post a comment
CSS

4 Comments(s)

Copy linkTweet thisAlerts:
@NogDogOct 05.2005 — It could be done in pure CSS [i][b]if[/b][/i] IE supported the :hover pseudo-class on more than just <A> elements. ?
Copy linkTweet thisAlerts:
@FangOct 05.2005 — It could be done in pure CSS [i][b]if[/b][/i] IE supported the :hover pseudo-class on more than just <A> elements. ?[/QUOTE]
[URL=http://blogs.msdn.com/ie/archive/2005/07/29/445242.aspx]IE7 will support it[/URL]
Copy linkTweet thisAlerts:
@kmottOct 05.2005 — www.xs4all.nl/~peterned/htc/csshover.htc

you can do it but you'll need this file (ccsHover.htc). Download it. It allows IE browsers the benefit of the hover class. You include it in the body tag of your style sheet like so:

body {

behavior: url(csshover.htc);

}/*winIE behavior call */


I used it on this page, http://www.kmdesignworks.com/redesign/

take a look at the source code
Copy linkTweet thisAlerts:
@David_HarrisonOct 05.2005 — There's a few out there, here's a couple more:

http://www.udm4.com

http://www.alistapart.com/articles/dropdowns
×

Success!

Help @silencer01 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.17,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...