[web2py] Re: Keep menu floating on top

2014-03-31 Thread Tom Clerckx
Fantastic! Thanks for the responses! Best regards, Tom. On Thursday, March 27, 2014 4:50:29 PM UTC+1, Tom Clerckx wrote: Is there an easy way to keep the menu 'floating' on top. I.e. when a user scrolls down that the menu stays visible at the top of the page Best regards, Tom. --

[web2py] Re: Keep menu floating on top

2014-03-29 Thread Ariya Owam-aram
In layout.html add class: navbar-fixed-top !-- Navbar == -- div class=navbar navbar-inverse navbar-fixed-top div class=flash{{=response.flash or ''}}/div div class=navbar-inner div class=container-full button

[web2py] Re: Keep menu floating on top

2014-03-27 Thread Massimo Di Pierro
div id=menu,/div and in css .menu { position: fixed; top:0} On Thursday, 27 March 2014 10:50:29 UTC-5, Tom Clerckx wrote: Is there an easy way to keep the menu 'floating' on top. I.e. when a user scrolls down that the menu stays visible at the top of the page Best regards, Tom.