Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
464 views
in Technique[技术] by (71.8m points)

javascript - add cursor: pointer to audio element

got a quick one: how do I add a cursor style to my <audio> controls? When I add them via css the cursor only displays around the controls and not on the controls themselves.

Here's some code:

<audio class="_audio" src="http://www.somewebsite.co/assets/AudioSample-JOBS.mp3" controls="controls" autoplay="autoplay" preload="auto"></audio>

Of note: the element is created onclick via javascript, but that shouldn't come into play...

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

I'm sorry to say, but you can't style html media controls. What you can do is to make your own controls. If you're interested here's a good link: http://www.adobe.com/devnet/html5/articles/html5-multimedia-pt3.html


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...