• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

How do I create drop down menus?

rsnellma

Gawd
Joined
Jul 17, 2002
Messages
639
How do I create drop down menus like this?

www.sscc.edu

I wasn't sure what is the best way. (JavaScript, CSS, etc.) Thanks in advance.

Bob2001
 
I didnt look at the source for the page, but just from the behavior, it's probably done with CSS...
 
Originally posted by svet-am
I didnt look at the source for the page, but just from the behavior, it's probably done with CSS...
css can't really do that kind of thing by itself. i vaguely remember someone trying to create a css only menu kind of thing (as in no javascript) but i forget how it turned out

also, using image files to display text is very bad
 
Originally posted by tim
css can't really do that kind of thing by itself. i vaguely remember someone trying to create a css only menu kind of thing (as in no javascript) but i forget how it turned out

also, using image files to display text is very bad

I've done it before (though I will admint it was a bear). It can be done with some pretty tricky use of :hover .
 
Originally posted by tim
i vaguely remember someone trying to create a css only menu kind of thing (as in no javascript) but i forget how it turned out
 
Back
Top