munna
08-29-2003, 04:13 AM
Hi,
I have the following at the moment to switch between stylesheets on my page. Please could someone tell me how to turn this into a drop-down option box, rather than a list of links?
<div class="gentable">
<b>Stylechanger</b><br />
<a style="menu" href="#" onclick="setActiveStyleSheet('sixblocks'); return false;">Default</a> <br />
<a href="#" onclick="setActiveStyleSheet('fire'); return false;">Fire</a> <br />
<a href="#" onclick="setActiveStyleSheet('forest'); return false;">Forest</a> <br />
<a href="#" onclick="setActiveStyleSheet('ice'); return false;">Ice</a> <br />
<a href="#" onclick="setActiveStyleSheet('stripe'); return false;">Stripe</a> <br />
</div>
I have the following at the moment to switch between stylesheets on my page. Please could someone tell me how to turn this into a drop-down option box, rather than a list of links?
<div class="gentable">
<b>Stylechanger</b><br />
<a style="menu" href="#" onclick="setActiveStyleSheet('sixblocks'); return false;">Default</a> <br />
<a href="#" onclick="setActiveStyleSheet('fire'); return false;">Fire</a> <br />
<a href="#" onclick="setActiveStyleSheet('forest'); return false;">Forest</a> <br />
<a href="#" onclick="setActiveStyleSheet('ice'); return false;">Ice</a> <br />
<a href="#" onclick="setActiveStyleSheet('stripe'); return false;">Stripe</a> <br />
</div>