I have this CSS code:It works with input fields, textareas and buttons, but I can't get it to work with drop down boxes. What do I need to change?Code:.forms { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13; border: 1 solid #335588; background-color: #ffffff; scrollbar-3dlight-color : #eeeeee; scrollbar-arrow-color : #000000; scrollbar-base-color : #eeeeee; scrollbar-darkshadow-color : #000000; scrollbar-face-color : #eeeeee; scrollbar-highlight-color : #000000; scrollbar-shadow-color : #111111; scrollbar-track-color : #555555; }
Thank you!





Bookmarks