Newbies storm1 Posted March 23, 2001 Newbies Posted March 23, 2001 How do I control the font/text size and color which shows up in my pop-up menu using the code below? Thanks in advance. <select name ="myfield"> <option>A <option>B <option>C </select>
Anatoli Posted March 23, 2001 Posted March 23, 2001 For NN < 6 (Gecko) use Font size. For all MSIE and NN 6 use CSS.
abkaplan Posted April 11, 2001 Posted April 11, 2001 try that one : <select size="1" name="field_name" style="font-family: Verdana; font-size: 8pt; color: #800000"> <option value="">choose</option> <option value="11111">11111</option> <option value="22222">22222</option> </select> Abkaplan [ April 11, 2001: Message edited by: abkaplan ]
Recommended Posts
This topic is 8695 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now