PDA

View Full Version : How to change the color of drop-down boxes and forms?



Bigforumfan
Sun 5th Aug '01, 12:49pm
Hi,

I was wondering if anyone knows how to change the default background color of the drop-down boxes and forms from the baby-blue color to white or another color of my choosing?

Thanks for any help you can offer.

Best Regards,

Brett

Knokkturnal
Sun 5th Aug '01, 1:09pm
I think you use CSS for that.

Bigforumfan
Sun 5th Aug '01, 1:20pm
I think so too, I'm just not sure how to go about actually changing it.

I really need a little more detailed instruction...

Thanks for replying

EXCHANGE
Sun 5th Aug '01, 1:28pm
Example (must be placed in headinclude template):


SELECT {border-color : #000020;
color : #000020;
background-color : #606096;
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
FONT-SIZE: 10px
}

Better use replacements if you have different styles.