hopelesscase
Programmer
I've set my tables, textbox and all. But I can't configure the select box to use the CSS format. Can anyone help me change the look of the select box. I've tried:
<style type="text/css">
<!--
select.SELECT_BOX_CSS { color:#0000CC;background-color:#FFFFFF;font-family:'Verdana, Arial, Helvetica',sans-serif;
}
//-->
</style>
<select name="listClass" class="SELECT_BOX_CSS">
...
...
</select>
It only applies to the font color and background. Can anyone help change the font, border and scrollbar bar of the select box. Thanks, I hope that anyone can help me.
<style type="text/css">
<!--
select.SELECT_BOX_CSS { color:#0000CC;background-color:#FFFFFF;font-family:'Verdana, Arial, Helvetica',sans-serif;
}
//-->
</style>
<select name="listClass" class="SELECT_BOX_CSS">
...
...
</select>
It only applies to the font color and background. Can anyone help change the font, border and scrollbar bar of the select box. Thanks, I hope that anyone can help me.