Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Select box button colour?

Status
Not open for further replies.

4x4uk

Technical User
Apr 30, 2002
381
GB
I have used css to change the select box colours in a form
with the following

SELECT {background-color: #F7F7F7;color: black;
font-family: verdana, helvetica, arial, ms sans serif;
font-weight: normal;
font-size: 8pt
}
and the input boxes and form submit buttons with
INPUT {background-color: #F7F7F7;color: black;
font-family: verdana, helvetica, arial, ms sans serif;
font-weight: normal;
font-size: 8pt
}

Is it possible to change the button on the right of the select box using css and if so how?

Thanks
Ian Infinity exists! - I just haven't worked out a way to get there yet.

| |
 
You mean the arrow? No. Select box scroll bar elements can't be changed. However, I do beleive there is a DHTML script that will simulate a drop down and that can be configured however you like. Check the JavaScript Forum. DeZiner
Never be afraid to try something new.
Remember that amateurs built the Ark.
Professionals built the Titanic
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top