howdoI change colors in form dropdown box's arrow?
how do i address the 'arrow' and its surrounding box so that i can change the color? i know how to change the scrollbar colors, etc. Is there a similar easy way to address that arrow and its surround?
thanks so much.
<style>
A {color:BLUE; text-decoration:underline}
a:hover, a:active{ color:#6699cc; text-decoration:underline}
body{
scrollbar-face-color: #76644F ;
scrollbar-track-color: BLUE ;
}
</style>
this is the style for changing link colors and scroll bars.
There is a way to address the dropdown list arrow box.
i just can't remember or find it.
make more sense now?
Originally posted by bcbasslet this is the style for changing link colors and scroll bars.
There is a way to address the dropdown list arrow box.
i just can't remember or find it.
make more sense now?
wow. pretty intense. i work for a fashion company and our intranet site colors are very important. i know you can color the arrow box, i've done it before. i just can't remember how and can't find it again.