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' Quote Link to comment 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... Quote Link to comment 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.