[xwiki-users] Skins - Fix Nav Menus when scrooling page content
Hi XWiki Team, I'm trying to design a new skin based on flaming to attend our company's use cases (with XE 8.x) and we were required to fix the top menu divs (for instance, the menuview div and the headerglobal div), as well as, if possible, side panels, while scrooling the page content. The side panels div shoud also be scroolabe, when the elements overflow the viewport. I could not achieve any success overriding some flamingo's CSS and trying to fix elements with position CSS statement. How is the best way to achieve that using a new skin approach? I won't also forget to be responsible for small screens, so fixing side panels and top menu is not a good idea. How is the best way to deal with this? Best Regards, RAMON BRANDÃO
Hello. For the top menu, I think you should look at: http://getbootstrap.com/components/#navbar-fixed-top Example: https://jsfiddle.net/5hspvk08/ For the panels, however, it's more complex. I hope it helps, 2016-09-27 17:09 GMT+02:00 Ramon Gomes Brandao < [email protected]>:
Hi XWiki Team,
I'm trying to design a new skin based on flaming to attend our company's use cases (with XE 8.x) and we were required to fix the top menu divs (for instance, the menuview div and the headerglobal div), as well as, if possible, side panels, while scrooling the page content. The side panels div shoud also be scroolabe, when the elements overflow the viewport.
I could not achieve any success overriding some flamingo's CSS and trying to fix elements with position CSS statement. How is the best way to achieve that using a new skin approach? I won't also forget to be responsible for small screens, so fixing side panels and top menu is not a good idea. How is the best way to deal with this?
Best Regards,
RAMON BRANDÃO
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Guillaume Delhumeau ([email protected]) Research & Development Engineer at XWiki SAS Committer on the XWiki.org project
participants (2)
-
Guillaume Delhumeau -
Ramon Gomes Brandao