jaikob Posted August 18, 2008 Share Posted August 18, 2008 I would like to replicate the sorting of the drop down menu, for example: http://www.nvidia.com/Download/index.aspx?lang=en-us I like how you can choose a drop down, then a new list will appear. Im looking to integrate that kind of functionality into my CMS, and was wondering if anyone had a tutorial, or knew how to do it. Thanks Link to comment https://forums.phpfreaks.com/topic/120122-how-can-i-replicate-this/ Share on other sites More sharing options...
JD* Posted August 18, 2008 Share Posted August 18, 2008 For the navigation or the main form? If it's for the navigation, look into son-of-suckerfish CSS dropdowns If it's for the main form, you're looking at a javascript solution. Link to comment https://forums.phpfreaks.com/topic/120122-how-can-i-replicate-this/#findComment-618857 Share on other sites More sharing options...
sKunKbad Posted August 18, 2008 Share Posted August 18, 2008 He must be talking about the options form, because the navigation menu is nothing special. Read a little about AJAX basics, and something that that is fairly easy.... but actually since there is probably no reason to have a connection with the server, simple javascript is the solution. Link to comment https://forums.phpfreaks.com/topic/120122-how-can-i-replicate-this/#findComment-618861 Share on other sites More sharing options...
jaikob Posted August 18, 2008 Author Share Posted August 18, 2008 alrighty. Thank you Link to comment https://forums.phpfreaks.com/topic/120122-how-can-i-replicate-this/#findComment-619549 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.