Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Coding Forum


You are currently viewing our Coding Forum as a guest. Please register to participate.
Login



Reply
Changing font sizes in select objects...
Old 10-23-2003, 12:44 PM Changing font sizes in select objects...
Phunky's Avatar
Skilled Talker

Posts: 68
Location: NJ
Trades: 0
i was going to ask this question but figured it out before i did... so ill post it anyway...

it is very easy to do either an inline style --
(<input name="city" size="15" style="font-size:12px; font-family: Helvetica, Sans-Serif;"> )

or set up a class in a stylesheet and call it in the code --
(<input type="text" name="realname" size="20" class="selectBoxes">

in style.css:
.selectBoxes { font-size:10px; font-family: Helvetica, Sans-Serif; } )

i am still confused as to how to get it to work on drop downs though... i can get the font size/family etc to change, but cannot get the actual drop down box to decrease in size... can anyone help with this?
__________________
But dreaming just comes natural
Like the first breath from a baby,
Like sunshine feeding daisies,
Like the love hidden deep in your heart.

~J.Prine
Phunky is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 10-24-2003, 05:28 AM
Novice Talker

Posts: 7
Trades: 0
If by "size" you mean the width then you can control that with the "width" property in your style definition.

SELECT {width: 200px;}

or

.selectBoxes {width: 200px;}
jonnyj is offline
Reply With Quote
View Public Profile Visit jonnyj's homepage!
 
Reply     « Reply to Changing font sizes in select objects...
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.09841 seconds with 12 queries