PDA

View Full Version : Drop Menus



Olate
Fri 18th Jun '04, 6:18am
Whereabouts is the font for the text seen in the drop down menus controlled from? See the screenshot for the ones I'm talking about.

Floris
Fri 18th Jun '04, 9:08am
in vBulletin version 3, it is the <select> menu main css attribute.

in vBulletin version 2, is is the select css set in the header insert template.

Admin control panel > styles > modify > header insert, find the select { ... } one and modify the size/font attributes, it looks something like this:

select
{
font-family: Verdana, Arial, Helvetica,sans-serif;
font-size: 11px;
color: #000;
background-color: #eee;
}

Please note that this has effect on all the select drop down boxes.

Olate
Fri 18th Jun '04, 3:41pm
Great. Thanks.

kittymother
Mon 12th Jul '04, 6:17pm
How do you change the color of the select button in vBulletin version 3? The one with the arrow pointing down that you clic on to open the menu.

Floris
Wed 14th Jul '04, 9:31pm
I think that uses the operating system settings, scrollbars aren't xhtml colored.
And if it is, you probably need the <select> CSS attribute.