Author |
Topic |
DoKu
New Member
USA
73 Posts |
Posted - 24 April 2003 : 23:28:03
|
Ok i added what you said in the other post...and i dont see any difference in the forum did i do something wrong? if i did it right what should i see? |
http://www.nedo.2nm.net/
|
|
|
TestMagic
Senior Member
USA
1568 Posts |
Posted - 24 April 2003 : 23:50:51
|
Look closely--the letters in your drop-down menu are now gray!
Give me a minute, and I'll post a code snippet for you. |
Snitz rocks! · Search 2 |
|
|
DoKu
New Member
USA
73 Posts |
|
DoKu
New Member
USA
73 Posts |
|
TestMagic
Senior Member
USA
1568 Posts |
|
TestMagic
Senior Member
USA
1568 Posts |
Posted - 25 April 2003 : 18:55:02
|
This is the code I'm using in my forum. You can see what it looks like if you click here:
http://www.testmagic.com/forum/post.asp?method=Topic&FORUM_ID=65
"INPUT, TEXTAREA{ color: #333333; font : normal x-small, Tahoma, Verdana, Helvetica, Arial; background : #F0F0FF; background-image: url(../images/graphics/textarea_shadow.gif); margin : 0px 0px 0px 0px; } h1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 28px; font-style: normal; color: #3300FF} " & vbNewLine & _
"SELECT{ color: #392FFD; font : normal 10pt, Verdana, Helvetica, Arial; background : #F0F0FF; margin : 0px 0px 0px 0px; } h1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 28px; font-style: normal; color: #3300FF} " & vbNewLine & _
|
Snitz rocks! · Search 2 |
|
|
DoKu
New Member
USA
73 Posts |
Posted - 25 April 2003 : 19:15:46
|
ok i changed the background and text...how do i change the dropdown icon thing and the color of the box around the menu? |
http://www.nedo.2nm.net/
|
|
|
RocketWeb
Starting Member
USA
18 Posts |
Posted - 26 April 2003 : 03:17:28
|
quote: Originally posted by TestMagic
#000000 is black, I think.
The #000000 is the RGB representation of BLACK. The # says this is HEX number. The 1st 2 numbers - in this case 00 is the Red value (from 0-255 or in hex 0 to FF). The second 2 numbers is the GREEN value, and the last 2 number is the BLUE value. Thus BLACK being no RED, no GREEN and no BLUE. Once you have a handle on RGB values it's easy to figure out what sort of color it is. For example #FFFFFF is WHITE, #FF0000 is RED, #00FF00 is Green, and #888888 is a GRAY about midway between BLACK & WHITE. The trick is converting a decimal number (which some paint programs display) to hex.
BTW you can also write common colors by their name
like bgcolor="BLACK"..."WHITE", "RED",... etc.
|
Cheetah
|
|
|
DoKu
New Member
USA
73 Posts |
|
DoKu
New Member
USA
73 Posts |
|
TestMagic
Senior Member
USA
1568 Posts |
Posted - 27 April 2003 : 02:21:45
|
DoKu, that's looking ten times better now, wouldn't you agree?? Very nice work!! |
Snitz rocks! · Search 2 |
|
|
DoKu
New Member
USA
73 Posts |
|
Topic |
|