Please help me to apply styles to a SELECT element!!!

They have: 5,633 posts

Joined: Jan 1970

Here's the website I would like to change the styles on the select element : crazydepot.com/style.htm
I would like to delete the white border on the right side and in the bottom and change the "scrollbutton" in the select element to look like the big scrollbar bottom in the right (top and bottom) of each web page.
And what are the other possible changes with a select element?

I HAVE ALREADY READ THROUGH THE CSS1 CSS2 and CSS3 properties and styles and there are nothing there. PLEASE DONT TELL ME TO LOOK IN THEM!
Can anybody help me with this????

Thanks everybody!

detox's picture

They have: 571 posts

Joined: Feb 2001

IE4+ and NN6 allow to apply css to a SELECT element for instance try

Kibology
JavaScript.FAQTs.com

NN4 is not supporting that however though it allows some style change
using the FONT tag:

Kibology
JavaScript.FAQTs.com

I think only on UNIX the color setting has effect.

IE4+ and NN6 also allow to dynamically change the css settings:
document.formName.selectName.style.fontSize = '36pt';

As far as the scroll button, I don't know of a way

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.