Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8474427
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T17:37:25+00:00 2026-06-10T17:37:25+00:00

I have an audio tag where the controls are not initially shown, and display

  • 0

I have an audio tag where the controls are not initially shown, and display them if the user clicks on a link like this:

var audio = document.getElementById(audioId);
if (audio.paused) {
    audio.src = clip;
    audio.play();
    audio.setAttribute("controls", "controls");
}
else {
    audio.removeAttribute("controls");
    audio.pause();
    audio.currentTime = 0;
}

clip is the url of the audio file to play.

The audio is like this:

<audio id="audio1"></audio>

How can I set the position of the controls and is it also possible set their size?

The audio tag is a child of a list element, for all the other list elements I position them such as

#track_title {
    position:absolute;
    top: 2px;   
    left: 80px;
    font-size: 15px;
    font-weight: bold;
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T17:37:27+00:00Added an answer on June 10, 2026 at 5:37 pm

    There is no way to control the html5 audio player controls via CSS for html5 audio tag. Though you may want to leave the default controls and implement your own controls via javascript.

    However there is a nice existing html5 themable player called jPlayer which proves to be very useful.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an audio tag that looks like this: 00:14:164 , i.e. MM:SS:splits .
I need to create audio tag with bunch of attributes. I have var audioPlayer=document.createElement('audio');
I am trying to create audio tag in html4. I have var audioPlayer=document.createElement('audio'); var
I have <audio runat=server id=audioMessageToPlay src= controls=controls/> in a user control, i want to
For an audio player I'm building, I'd like to have a tag similar to
When you have a simple ignorant audio tag like so: <audio id=audio45 preload=auto src=audio.ogg
I have an audio project I'm working on using BASS from Un4seen. This library
I have one audio file captured from my iphone. I want to upload this
I am working with jQuery mobile and using the HTML5 audio tag. I have
Hi I'm creating a new audio tag element in Javascript this is the code:

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.