crueldade
Sep 15 2006, 08:50 PM
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
Sep 15 2006, 08:57 PM
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
Sep 15 2006, 09:00 PM
That worked, thank you!!
But unless I figure this out, I might use something different, since the songs aren't playing anyway. :)
Topic closed.