Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Change Font Size in Jump Menu???

Status
Not open for further replies.

danielh68

Technical User
Joined
Jul 31, 2001
Messages
431
Location
US
Hi,

I have created a Jump Menu and would like to reduce the font size of the items listed. Is that possible?

Thanks,
Dan
 
You can with a CSS. Make a new class with your text prefs, select your jumpmenu tag and apply the class to it.
And voila...

Hope it'll help ;-) Have Fun...

Sharky99 >(::O>
 
Thanks for your help, but how does one find the "tag" name for the JumpMenu? I tried "form" but it didn't change anything. Plus, when I select "new style" in my CSS Style window, do I then select "redefine HTML tag"?

Again, thanks for your help.
Dan
 
Nevermind, I got it!

Much appreciated,
Dan
 
Make custom class, the tag is <select> when you select the object look at the bottom left side you'll see the tag in use (and it's container)

ie. <body> <form> <select>

Hope it'll help ;-)
Have Fun...

Sharky99 >(::O>
 
Great. A million thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top