Quote:
Originally Posted by rightawn
Do you know if there is a way to put the audio player on top of the image? That would be my preferred way of displaying it.
|
Must the image be enclosed in a svg wrapper? if not, you can use a negative margin-top for the image, or you can use "position: relative" and "z-index" properties for the audio control and image elements.