Mobile app version of vmapp.org
Login or Join
Berumen354

: Fixed media player The following website has a fixed media player at the top of the page. When you click internal links and browse through the site, the audio feed is uninterrupted. http://www.kcrw.com/music/shows/eclectic24

@Berumen354

Posted in: #Css #Html #Media

The following website has a fixed media player at the top of the page. When you click internal links and browse through the site, the audio feed is uninterrupted.
www.kcrw.com/music/shows/eclectic24
What technique are they using? A fixed iFrame? Or is it just a simple DIV and the rest of the page(s) are loaded dynamically in a way that I do not understand?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Berumen354

1 Comments

Sorted by latest first Latest Oldest Best

 

@Goswami781

It is a DIV. Have a look at the source code of the page and you will see

<div id="big_player" class="prevent-selection">
<div id="big_player_progress">
<div class="indicator">
<div class="progress-gradient"></div>
<snip snip>

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme