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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Flat border for drop down box? 1

Status
Not open for further replies.

Mute101

Programmer
Jun 28, 2001
428
GB
Is there any way of removing the 'sunken' effect from the <SELECT> tag, I have used the border-style css property on all my input boxes but it fails to change dropdowns!

any ideas?
 
Unfortunately it’s not possible to use CSS-styles like Border-width, Border-color and Border-style for the select boxes. I know that only something with background /bgcolor works.

I searched also in the “keyword search” and found more questions like this with the same answers from other members. One of them (jaredn) posted this link where some styles are made with advanced javascript.


Good luck,

Erik
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top