brandone Posted July 31, 2008 Share Posted July 31, 2008 I was wondering if there was something I could put in my CSS style sheet that would make it so the selected item in the drop down menu would stay instead of resetting the menu to the first option. EX: If my menu is Red Blue Green Every time I select Green, the page loads, but the menu reads 'RED' Link to comment https://forums.phpfreaks.com/topic/117628-solved-drop-down-menu/ Share on other sites More sharing options...
ToonMariner Posted August 1, 2008 Share Posted August 1, 2008 <option value="green" selected="selected">Green</option> so you'd need some server side code to decide which option to apply the selected on... Link to comment https://forums.phpfreaks.com/topic/117628-solved-drop-down-menu/#findComment-605131 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.