• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

HTML/CSS question. Anything you can really do to "select" form elements?

So far, all I've found is the ability to change the background color and border color. Are these the only style sheet options available? I'd love to make some select boxes have smaller text and maybe drop the dropshadow effect and maybe get rid of the arrow...etc.
 
Originally posted by: HeroOfPellinor
No way to axe the dropshadow or down arrow?

best way I think of is to create you own select box w/ a little javascript/css magic. div, hidden, onclick are your friend.
 
Originally posted by: fs5
Originally posted by: HeroOfPellinor
No way to axe the dropshadow or down arrow?

best way I think of is to create you own select box w/ a little javascript/css magic. div, hidden, onclick are your friend.

Probably; that or flash
 
Back
Top