Drop Down menu, need help! |
![]() ![]() |
Drop Down menu, need help! |
![]()
Post
#1
|
|
![]() Newbie ![]() Group: Member Posts: 7 Joined: Feb 2004 Member No: 5,189 ![]() |
I managed to change the dropdown menu's and text areas background color...but the font still stays black. can anyone help??? please!
|
|
|
![]()
Post
#2
|
|
![]() §γℓзŋτяεßэι ![]() ![]() ![]() Group: Member Posts: 32 Joined: Feb 2004 Member No: 3,477 ![]() |
well your code now probably looks something like this:
CODE <!-- begin code provided by createblog.com --> input, select, textarea, iframe.htmleditor, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ font:normal 12px "souvenir Lt Bt"; background-color: #000000; } <!-- end code provided by createblog.com --> to make the text a differenct color you would have to add the color property like this: CODE <!-- begin code provided by createblog.com --> input, select, textarea, iframe.htmleditor, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ font:normal 12px "souvenir Lt Bt"; background-color: #000000; color:#FF6600; } <!-- end code provided by createblog.com --> color:#FF6600; <-----you can change this color to any other one you want, hex value or one of the sixteen basic color names... *catie* |
|
|
![]() ![]() |