In nearly all my sites i have hit a problem:
Not enough menu space...
Now i have a solution which is dropdown menus.
If you want to see what i mean click on "tutorials" in the (smaller) codecall menu bar (above).
This might be a JAVASCRIPT question but i have heard of it being done in php...
Thanks in advance.
-BBQ
NOTE: I have googled about this for a year so don't just say "google it, this post can be closed now".
Drop Down Menus??
Started by bbqroast, Aug 27 2010 12:18 AM
7 replies to this topic
#1
Posted 27 August 2010 - 12:18 AM
Please, write clearly with proper structure. Double spacing makes the text feel un-jointed, Capitalizing Every Word Means People Stop Before Every Word Sub-Consciously Which Is A Pain In The Backside, and use code tags! (The right most styling box).
|
|
|
#2
Posted 27 August 2010 - 08:40 AM
Menus don't require JavaScript, they can be done with pure HTML+CSS. That said, I'm not clear on what your question is.
#3
Guest_johnny.dacu_*
Posted 27 August 2010 - 08:49 AM
Guest_johnny.dacu_*
WingedPanther said:
Menus don't require JavaScript, they can be done with pure HTML+CSS. That said, I'm not clear on what your question is.
#4
Posted 27 August 2010 - 03:22 PM
You also get much more control in Javascript than CSS Menus. CSS Menus are much easier to make, but Javascript can make better ones that slide out and in, fade into view, have as many levels as you like, etc. But if you want to go the Javascript route, you can cut a crapload of time out from learning Javascript if you use a library like jQuery. You can make slide-out menus in just a handful of lines of code, and there are tons of tutorials online.
#5
Posted 27 August 2010 - 03:45 PM
johnny.dacu said:
If you want to target IE6 users too then isn't other solution than JavaScript. This because all dropdown menu techniques involve :hover selector on non links like list elements.
#6
Posted 27 August 2010 - 05:03 PM
The two phrases you may want to Google are "superfish menu" and "suckerfish menu"
#7
Posted 27 August 2010 - 05:20 PM
I've looked at both of them.
#8
Posted 02 September 2010 - 12:23 AM
Quote
The two phrases you may want to Google are "superfish menu" and "suckerfish menu"
I have found some code that uses tables, CSS and Javascript. I'm redisigning my site soon so i'll implement them then.
Please, write clearly with proper structure. Double spacing makes the text feel un-jointed, Capitalizing Every Word Means People Stop Before Every Word Sub-Consciously Which Is A Pain In The Backside, and use code tags! (The right most styling box).


Sign In
Create Account


Back to top









