Module Music Player Help!, Having an interesting problem... |
Module Music Player Help!, Having an interesting problem... |
Aug 14 2004, 09:35 PM
Post
#1
|
|
|
i'm a sexy piece of fish. oh yes. ![]() ![]() Group: Member Posts: 24 Joined: Jan 2004 Member No: 987 |
Well, I'm having a weird problem. I was wondering if there was any way to fix it. I have a music player in my custom module. I just put it in there right now, and my background is black and you can't see the play/pause/stop buttons against the black background. I was wondering if someone knew how to possibley change the color of the buttons? Also, when I click the play button(I highlighted to see where it was) the song, which is Memory by Sugarcult does not play. It did play in my old layout. I was wondering how to fix this! It says, Done but with errors on page. Yikes. I'm in need of some help. Thanks if you can help me in any way!
EDIT: Well, I found out why it wasn't playing. I had accidently left the music player code in Website Stats, so I had two music players on my site. Silly me. |
|
|
|
![]() |
Aug 14 2004, 10:00 PM
Post
#2
|
|
![]() i LUST you. <3 ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 709 Joined: Jun 2004 Member No: 22,299 |
To make your buttons a different color use this code:
CODE <!-- begin code provided by createblog.com -->
<style type="text/css"> input, select, textarea, iframe.htmleditor, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #ffffff; color:#000000; font:normal 10px arial; background-color: #ffffff; letter-spacing:0px; } </style> <!-- end code provided by createblog.com --> |
|
|
|
![]() ![]() |