I'm in the process of making a template for my guestbook on a journal review page I run. The guestbook is hosted by Dreambook. Everything was going just swimmingly until it came to coding the submit form, more specifically, the droplist on the submit form.
Could anyone tell me the coding to use in my style sheet to change the text color, background color, and outline color of the droplist? Everything else I have down just fine, but that has been giving me some problems. It would be greatly appreciated - thanks!select {border:1px solid red;} /* does not work in IE */
select, option {background:yellow;color:blue;}
Could anyone tell me the coding to use in my style sheet to change the text color, background color, and outline color of the droplist? Everything else I have down just fine, but that has been giving me some problems. It would be greatly appreciated - thanks!select {border:1px solid red;} /* does not work in IE */
select, option {background:yellow;color:blue;}