Floating HTML element

I am trying to have an HTML element float on the bottom of the screen, so when someone scrolls on the site, the widget stays on the bottom of the viewer's screen the whole time. A good example is is at this site: theriverboston.com. The radio player is floating on the bottom as you scroll.

How would I go about doing this? 

280 Views
Message 1 of 2
Report
1 REPLY 1

You'll want to look into the "fixed" CSS position property, @tnnradio.

264 Views
Message 3 of 2
Report