How do I create a styled audio?

How do I create styled audio these are the details I want the audio is not round the controls are colored white and the background is red and possibly every control is separated by an up and down bar.

<audio controls loop preload>
  <source src="codemusic.ogg" type="audio/ogg">
  <source src="codemusic.mp3" type="audio/mpeg">
  Your browser does not support the audio tag.
</audio>

EXAMPLE:

image

Hi there Codeman,

if you supply a really detailed image of your requirements
someone here might be able to replicate it exactly for you.

Without a template you will probably find assistance to be
rather thin on the ground. :wonky:

coothead

I updated it you can look now!

Hi there Codeman,

the image that you posted is the same as Firefox’s bog standard audio. :rolleyes:

What is required is…

a really detailed image of your customised requirements. :winky:

coothead

I just want all people on different browsers to see that soI put it there.

I suggest you read this thread:

Styling < audio > element

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.