Quote:
Originally Posted by Lynne
Or are you saying you want it to say Quick Style Chooser at the top of the dropdown list (and not the actual style)?
|
^This.
I want the selector to show the legend on top of the list rather than the actual theme running under the user. When the user click on the selector, or the legend, the dropdown options are the themes available.
I almost done it. I had to do is to add an empty <option> tag with the vbphrase in it. It showing first like I tried to described, the only problem is it selectable, I wish it wasn't selectable like the original legend when it was placed second. But that's in Firefox, in IE, the selected theme still appear first.
HTML Code:
<select class="forumselector" name="newstyleset" id="sel_newstyleset" onchange="switch_id(this, 'style')">
<optgroup>
<option><?= echo $vbphrase[quick_style_chooser] ?> </option>
<?php echo $quickchooserbits ?>
</optgroup>
</select>