Can anyone suggest where I can find the code/script (or a generator) for one please? I need to replace an existing but non-se friendly one -- <form><option>...</option></form> type -- without altering the page layout. Many thanks MP -
That is the semantic way. You are talking about using it in a form though? (not as a menu) <form action="#" method="post"> <fieldset> <label for="referrer">How did you find us?</label> <select id="referrer"> <option>Option</option> <option>Option</option> <option>Option</option> </select> </fieldset> <form>