[web] Drop-down menu

Started by
3 comments, last by david6327 17 years, 10 months ago
I would like to figure out how to get drop-down menus on my site (www.freewebs.com/idaliengames ) such as the menus used at the top of this page It would be nice if they were in HTML, since I'm not that good at a lot of other programming languages.
Nintendo
Advertisement
Quote:Original post by Buzz1170
It would be nice if they were in HTML, since I'm not that good at, well, mostly any other programming language.

Not possible.

Add CSS into the mix, however, and you're good to go. Why not just look at the source of the GameDev menus?
{[JohnE, Chief Architect and Senior Programmer, Twilight Dragon Media{[+++{GCC/MinGW}+++{Code::Blocks IDE}+++{wxWidgets Cross-Platform Native UI Framework}+++
Take a look at Suckerfish dropdowns and Complex dynamic lists. That's the basis on which the gamedev menu's were built.

<hr />
Sander Marechal<small>[Lone Wolves][Hearts for GNOME][E-mail][Forum FAQ]</small>

Thanks
hope it works
Nintendo
Dynamic Drive(http://www.dynamicdrive.com/dynamicindex1/) has a ton of &#106avascripts that deals with dynamic content including menus that may be even better than gamedev's (gamedev's menu's aren't too opera friendly), bookmark it if you haven't under the Home > Computers > &#106avascript &gt; Sources Directory in your book mar.<br><br>Also this site kicks ass, check it out <a href="http://www.addobject.com/nlsmenudemo/default.php" target="_blank">Add Object</a>(http://www.addobject.com/nlsmenudemo/default.php)

This topic is closed to new replies.

Advertisement