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
Post a Comment