G
gnewsgroup
I am using Themes for my asp.net 2.0 web application. I am using
Verdana font (11px) for the entire site, but all DropDownLists seem to
have Arial, and also a bigger font size (maybe 12px).
My Default.skin file contains this line:
<aspropDownList runat="server" CssClass="dropdownlist"></
aspropDownList>
My Default.css contains
body,td {font-family: Verdana, arial,sans-serif; font-size:11px; }
So, I thought if I add the following line, it should fix the
DropDownList font problem:
dropdownlist {font-family: Verdana, Arial, Sans-Serif; font-size:
11px;}
But, it doesn't.
Someone asked similar question here, but there was no clear answer.
Any hint? Thanks.
Verdana font (11px) for the entire site, but all DropDownLists seem to
have Arial, and also a bigger font size (maybe 12px).
My Default.skin file contains this line:
<aspropDownList runat="server" CssClass="dropdownlist"></
aspropDownList>
My Default.css contains
body,td {font-family: Verdana, arial,sans-serif; font-size:11px; }
So, I thought if I add the following line, it should fix the
DropDownList font problem:
dropdownlist {font-family: Verdana, Arial, Sans-Serif; font-size:
11px;}
But, it doesn't.
Someone asked similar question here, but there was no clear answer.
Any hint? Thanks.