PDA

View Full Version : Drop List Taxt


WongP
24-Apr-2003, 01:07 PM
Is there any way of changing the font size within the drop down list menu?

Thanks.

cdicken
25-Apr-2003, 10:58 AM
If you are using a theme based on style sheets, then just add

class="actxxsmall"

into the <select> tag for the drop-down list.

WongP
26-Apr-2003, 10:12 AM
Thanks for that! It was exactly what I was after.:)