i’m creating a page which has an link with the external style sheet, now i created few more style sheets and added an drop-down menu in the page, now how to link these options with the external style sheets so that once the user selects an option from the drop-down menu, the style sheet of that page should totally get changed to the new style sheet…how can i do this?
<div style="float:right;padding:26px 0 0 0;color:#fff;"><select>
<option>please select your choice</option>
<option value="one">green</option>
<option value="two">red</option>
</select>
</div>
I have the drop-down as above..
1 Answer