View Full Version : Text Size in Drop Down Menu


bourdelson
04-12-2004, 07:30 PM
I can't figure this out for the life of me. The text size in my drop down menus is larger than I've specified.

http://www.freepgs.com/xerox/table/opening.php

I've customized the input, textarea thing for the font size to be at 8pt, and that didn't work out for me. I have a style thing inside of each option for the background colors, so I put font-size:8pt; inside of each style command, but that isn't working, either.

Also, the border I've specified for my drop down doesn't show up, either. Am I doing something wrong, or overlooking something?

Thanks to anyone that can help me. :)

MaGiCSuN
04-12-2004, 07:52 PM
add

style="font-size: 8pt;"

to the <select> tag of each drop down menu :)

Love,
Mirna

bourdelson
04-12-2004, 07:55 PM
That did it! Thank you, Mirna! :)

MaGiCSuN
04-12-2004, 07:56 PM
Your welcome ;)

Love,
Mirna