0
I am trying to stylize the play button that is at the left of the songs in the album view. I noticed it does not have any img class tag tied to it. I have been able to figure out how to style it using firebug, but I can not find out where I need to make the changes in the actual code. I added this line in my album.css
I however can not find out how to add the class tag into the html. It appears it may be buried in the javascript.
Viewing the page source of an album page, I see this line:
I want it to say this:
I am guessing it might be in the plugins\\muscolplayers\\jwplayer\\jwplayer.php, but I can not find out where, or what to edit. What would I need to edit to put this class tag into the above line?
Thanks
img.my_new_style {
padding-top: 6px;
}
I however can not find out how to add the class tag into the html. It appears it may be buried in the javascript.
Viewing the page source of an album page, I see this line:
img title="Play" alt="Play" src="/plugins/muscolplayers/jwplayer/jwplayer/buttons/play.png"
I want it to say this:
img class="my_new_style" title="Play" alt="Play" src="/plugins/muscolplayers/jwplayer/jwplayer/buttons/play.png"
I am guessing it might be in the plugins\\muscolplayers\\jwplayer\\jwplayer.php, but I can not find out where, or what to edit. What would I need to edit to put this class tag into the above line?
Thanks
Your Reply

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »