Question about a music player..., I can't see the song choices. |
Question about a music player..., I can't see the song choices. |
![]()
Post
#1
|
|
![]() (Allison) ![]() ![]() ![]() ![]() ![]() Group: Human Posts: 420 Joined: Apr 2006 Member No: 395,668 ![]() |
I'm using this script on a website, but I can't see the songs unless I put my cursor over them. I figured that the font color was set to white or something, but I can't seem to fix that, unless I'm totally missing something.
Help please? |
|
|
![]() |
*Azarel* |
![]()
Post
#2
|
Guest ![]() |
Hmm.. Try putting this into your CSS (or find it in your CSS and edit it).
input, select, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #000000; font-family: Times New Roman; font-weight: normal; font-size: 12pt; background-color: #FFFFFF; color: #000000; } Adjust the values accordingly. |
|
|
![]() ![]() |