HELP W/ DROP DOWN PLAYLIST!!, u cant read the words or see the buttons |
![]() ![]() |
HELP W/ DROP DOWN PLAYLIST!!, u cant read the words or see the buttons |
May 26 2005, 04:58 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 28 Joined: Oct 2004 Member No: 53,880 |
i want a dropdown playlist to be at the top of my xanga. my xanga has a black background, and when i put the code in, the entire playlist is black. you can't even see the bottons, and you can't read the words either. can someone please help me change the colors so you can see the PLAY, PAUSE, and STOP buttons and so that you can see the name of the song? i've had layouts that were black before, but this is the only time i've had a problem seeing the words/buttons.
this is the code i'm using. |
|
|
|
May 26 2005, 05:18 PM
Post
#2
|
|
![]() define our lives for us. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 11,656 Joined: Aug 2004 Member No: 43,293 |
=l use this
CODE <style type="text/css"> select{ color:#000000; background-color:#FFFFFF; font-family:arial; font-size:10px; } input { color:#000000; background-color:#FFFFFF; font-family:arial; font-size:10px; } </style> select refers to the drop down menu and input refers to the play button. just edit the colors to the way you want'em, and the font. |
|
|
|
May 26 2005, 05:20 PM
Post
#3
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
.... Edit this as needed.
CODE <style type="text/css">input, select, textarea, iframe.htmleditor, .textfield, .button {border: 1px solid #ffffff; font:normal 12px trebuchet ms;background-color: ffffff; font-color:#BD6A72;}</style> It's fairly easy to tell what edits what.... Post here again if you wish me to elaborate.edit//too late. >.< |
|
|
|
May 26 2005, 05:27 PM
Post
#4
|
|
|
Member ![]() ![]() Group: Member Posts: 28 Joined: Oct 2004 Member No: 53,880 |
nyah-nek0, i put ur code in before the playlist code. it still doesn't work. i still saved the changes, so u can go to my xanguh n see wha it looks like. the link is in mah siggy.
|
|
|
|
May 26 2005, 05:30 PM
Post
#5
|
|
|
Member ![]() ![]() Group: Member Posts: 28 Joined: Oct 2004 Member No: 53,880 |
ohh nvm... spiritedfreak's code worked. THANK U TO BOTH O U!!
|
|
|
|
May 26 2005, 05:30 PM
Post
#6
|
|
![]() define our lives for us. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 11,656 Joined: Aug 2004 Member No: 43,293 |
^you're welcome..
topic closed. This post has been edited by Spiritedfreak: May 26 2005, 05:31 PM |
|
|
|
May 26 2005, 05:31 PM
Post
#7
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
.... Did you try Toby's (Spiritedfreak) code? If that doesn't work, try this?
CODE <style type="text/css">input, select, textarea, iframe.htmleditor, .textfield, .button {border: 1px solid#ffffff;font-family:Arial;font-color:#FFFFFF;}</style>
|
|
|
|
![]() ![]() |