Click to See Complete Forum and Search --> : Colors In Web Pages


kokoro
10-06-2003, 06:08 PM
Where can I get a script so I can customize the colours of drop down menus and buttons etc... ?

kokoro
10-06-2003, 07:11 PM
Here's my site:

www.djsilver.co.uk

pyro
10-06-2003, 07:55 PM
You need to use CSS to do this. With <select> boxes, you will only be able to change certain aspects.

Anyway, take a look at this example (CSS is inline for brevity):

<input type="text" style="color: maroon; background-color: #eeeeee; border: 1px solid blue;">