PDA

View Full Version : Changing Style dropdown box color?


roxics
07-06-2002, 05:24 PM
Is there a way to change the background color of FireFly's Style Dropdown box via the templates?

SaintDog
07-06-2002, 07:16 PM
Change:

<select>

To:

<select style="border: 1px solid #000000; background-color: #FFFFFF;">
---------------

You are basically just adding the below to the select box:

style="border: 1px solid #000000; background-color: #FFFFFF;"

Of couse, you can change #FFFFFF to the HEX code of the color you want the background to be :).

roxics
07-06-2002, 07:27 PM
Excellent thanks. I applied this to my skin "White Light" on my board.

imported_0Xcel
09-03-2002, 10:33 PM
How would you go about changing the Arrow and inset border color of the drop down menu? I would actually like a code which would do that to all of them =/
Because on my desktop scheme i have the 3d selection things set to dark grey and orange, and it really looks like an eyesore to ME when i browse almost any forum which is not dark grey and orange :(

Austin Dea
09-04-2002, 03:01 AM
You set it in the style options. I think maybe the section that goes in the < head> tags...

Tony G
09-04-2002, 05:05 AM
Just use CSS in your Style Sets and it should work. No template editing needed.