Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

change font in drop down box

0 views
Skip to first unread message

Karl J. Stubsjoen

unread,
Feb 12, 2001, 7:29:49 PM2/12/01
to
How can I control the font style inside a dropdown box using CSS? It seems
that no matter what I do, the font stays the same... I am able to change the
color of the individual options of the select, but so far no luck with the
font.

thanks!


David R. Quinones

unread,
Mar 8, 2001, 3:07:36 PM3/8/01
to
<html>
<head>
<title></title>
<style type="text/css">
<!--
SELECT {
FONT-FAMILY: verdana, tahoma, arial;
FONT-SIZE: 8pt;
FONT-STYLE: italic;
COLOR: #003399;
}
</head>
<body>
<select>
<option>option 1</option>
<option>option 2</option>
<option>option 3</option>
</select>
</body>
</html>

dq
"Karl J. Stubsjoen" <karl...@kstub.com> wrote in message
news:uEbQrOVlAHA.1348@tkmsftngp02...

0 new messages