I was wondering how to have all the options in a drop menu (using select tags) highlighted?
I already created a button to created a select all button to do this but I want the drop menu all selected by default when arriving on the page.
It would be great if it works for IE and firefox.
thanks
If your select is
multiplethen any<option>that hasselected="selected"will be highlighted by default.http://www.w3schools.com/tags/tag_option.asp