Click to See Complete Forum and Search --> : select box properties can not change the properties


amrigo
01-22-2007, 11:54 AM
Hi

How can i control the properties of a select box ?

Or wich name have the arrow wich points to the bottom from a select box ? (where you click and so the options are listed)

I can not change the border

i try :
select {
font:11px verdana, arial, helvetica, sans-serif;
color:#003399;
border: 1px solid bab1d7;
scrollbar-3dlight-color: BAB1D7;
scrollbar-track-color: FFFFFF;
scrollbar-shadow-color: FFFFFF;
scrollbar-darkshadow-color: bab1d7;
scrollbar-arrow-color: #ab8600;
scrollbar-base-color:
}

Thank´s in advance

Fang
01-22-2007, 12:20 PM
The '#' is missing from the color codes.

amrigo
01-22-2007, 03:02 PM
i change it but the select box style does not change,

In a input type=text using style="border: 1px solid red" i have the result i need to have in the select box

Fang
01-22-2007, 03:08 PM
What you are trying to do, to select, does not work in IE
You can change the size, color, backgroundColor, and font properties. That's about all.