Help - Search - Members - Calendar
Full Version: Question about a music player...
Forums > Resource Center > Webmasters' Corner > Resolved Topics
crueldade
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
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.
crueldade
That worked, thank you!!

But unless I figure this out, I might use something different, since the songs aren't playing anyway. :)

Topic closed.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.