Bijan Posted March 16, 2012 Share Posted March 16, 2012 I have a client who wants have the menu static. Meaning it won't move if you scroll up and down. See sample here: http://www.chanel.com/en_US/fragrance-beauty/Skincare-Masks-&-Scrubs-89480 Do you guys have any suggestion how it's done or what shopping cart can do this? Thank you Bijan Link to comment Share on other sites More sharing options...
Mark Hesketh Posted March 16, 2012 Share Posted March 16, 2012 You could do this either with CSS or Javascript, so yes Prestashop could do this as you'd be able to do it with any website/cms/ecommerce platform position: fixed; This would make the menu hover in place on the screen. Check out a tutorial like this: http://net.tutsplus.com/tutorials/html-css-techniques/creating-a-floating-html-menu-using-jquery-and-css/ You don't need the transition effects but you should get the idea Link to comment Share on other sites More sharing options...
Recommended Posts