When using Android 4.1 on my Samsung Galaxy S3 and viewing my website, I'm trying to get the navigation menu on the left to stay where it is but it doesn't. Whenever I click on a link from the menu and refresh the page the page, it bounces halfway down the html page and the links fail to work. It works fine on a desktop browser.
Anyone know how to resolve this problem?
Woohoo, figured it out. Very simple actually. Just needed to add a value to top
and left
after setting position: fixed
.
For example: position:fixed;top:0px;left:0px;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With