My question is the following, I am "developing" a web radio, and my problem is the following, when the user navigates the site he refresh the page and automatically the player stops playing, so my question is this, like I would make this div
of the player not update with the navigation in the site?
<div id="player" class="align_left">
<div class="align overflow">
<div class="botao align_left">
<ul>
<li><button><i class="fa fa-play" aria-hidden="true" title="Play"></i></button></li>
<li><button><i class="fa fa-pause" aria-hidden="true" title="Pause"></i></button></li>
</ul>
</div>
<audio src="http://stm4.srvstm.com:19404/;"class="player align_left" autoplay="autoplay"></audio></div>
What I have is this, and a small estimate of CSS
, could anyone give an example of how to do this?