Log In · Register

 
 
Closed TopicStart new topic
Drop Down menu, need help!
bettyjordi
post Feb 23 2004, 07:03 PM
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!
 
sylentrebel
post Feb 23 2004, 07:42 PM
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*
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: