PDA

View Full Version : Background colour of selection list


JennyC
06-07-2004, 06:06 AM
Hi

I have a selection box on a web page and would like the background colour of the
selection list of match
the background of the page.

I can't figure out how to get it to turn purple !

Any assistance would be greatly appreciated. TIA,

Jenny

zoobie
06-07-2004, 09:54 AM
style="background-color: transparent"

LynxGrr
06-07-2004, 09:57 AM
Give this a whirl

<SELECT STYLE="background-color: #0000ff;">

:D