Sticky containers

Anyone know if you can stick a menu to the left of a page which stays stuck when a user scrolls down the page?

I’m not a web edition pro, but you could change the position style of the control or container in it’s open event.

self.ExecuteJavaScript("document.getElementById('"+me.ControlID+"').style.position='fixed';")

I’m relying on the more experienced web folks to correct me if this is a bad idea…

In addition there is a position: sticky CSS attribute, but it’s not available in many browsers yet.
http://caniuse.com/#feat=css-sticky