1 Attachment(s)
change mp3 player to button only
Hi, On a site I will be uploading I need to have a background sound per the customer. I am using this code (in HTML5)
Code:
<audio controls autoplay loop style="width:300px" height="25px">
<source src="media/waves.mp3" type="audio/mpeg">
</audio>
I want to change the default player look to just a simple play button like this.
Attachment 5455
Also is float:right allowed in HTML5? I'd like the button to be to the far top right of the page, and centered at the top will be a short text h1 tag
thanks