javascript - add cursor: pointer to audio element -


got quick one: how add cursor style <audio> controls? when add them via css cursor displays around controls , not on controls themselves.

here's code:

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

of note: element created onclick via javascript, shouldn't come play...

i'm sorry say, can't style html media controls. can make own controls. if you're interested here's link: http://www.adobe.com/devnet/html5/articles/html5-multimedia-pt3.html


Comments

Popular posts from this blog

php - render data via PDO::FETCH_FUNC vs loop -

c++ - OpenCV Error: Assertion failed <scn == 3 ::scn == 4> in unknown function, -

The canvas has been tainted by cross-origin data in chrome only -