geroid Posted April 15, 2009 Share Posted April 15, 2009 Hi I was wondering if anyone can point me in the right direction for this research. When I visit some websites I notice that hovering over a menu link sometimes produces a dynamic drop down menu with sub options (links). How is this achieved. Can it be done in php or is it javascript? Do you know any good tutorials for this effect? Quote Link to comment https://forums.phpfreaks.com/topic/154194-drop-down-web-page-menus/ Share on other sites More sharing options...
jackpf Posted April 15, 2009 Share Posted April 15, 2009 It's a mixture of javascript and css. Google will give you some goog tutorials. Quote Link to comment https://forums.phpfreaks.com/topic/154194-drop-down-web-page-menus/#findComment-810568 Share on other sites More sharing options...
schilly Posted April 15, 2009 Share Posted April 15, 2009 google "suckerfish" Quote Link to comment https://forums.phpfreaks.com/topic/154194-drop-down-web-page-menus/#findComment-810779 Share on other sites More sharing options...
DarkSuperHero Posted April 15, 2009 Share Posted April 15, 2009 for this effect, jQuery (Javascript library) has some great pluin's with very clean code, and proven with crossbrowser suppourt... :-) Quote Link to comment https://forums.phpfreaks.com/topic/154194-drop-down-web-page-menus/#findComment-810795 Share on other sites More sharing options...
mandred Posted April 15, 2009 Share Posted April 15, 2009 google "suckerfish" Beat me to it! Son of suckerfish uses the CSS and JavaScript required for these dropdowns (they need to use JS for xbrowser integration) http://htmldog.com/articles/suckerfish/dropdowns/ Quote Link to comment https://forums.phpfreaks.com/topic/154194-drop-down-web-page-menus/#findComment-810803 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.