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? 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. 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" 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... :-) 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/ 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
Archived
This topic is now archived and is closed to further replies.