soprano Posted January 26, 2014 Report Posted January 26, 2014 Navigācija izskatās šādi Kad viņu rullē uz leju izskatās šādi,bet kā dabūt, lai melnais iet arī uz kreiso pusi, ne tikai uz labo? <style> #nav { display:block; padding:0; margin:0; width:100%; background:#000; color:#eee; } #nav > li { display:inline-block; padding:1em; margin:0; } </style> <ul id="nav" data-0="position:static;" data-top-top="position:fixed;top:0;" data-edge-strategy="set"> <li>foo</li> <li>bar</li> </ul> un window.onload = function() { skrollr.init({ forceHeight: false }); } Quote
Kavacky Posted January 27, 2014 Report Posted January 27, 2014 Ne tikai top: 0, bet arī left: 0. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.