402 Posted Topics
Re: There are specific CSS media queries to handle these situations. @media all and (orientation:landscape) { /* landscape styles in here */ } @media all and (orientation:potrait) { /* portrait styles in here */ } | |
Re: That anchor trick will work with a custom button, but not with the browser back button. I would look into infinite scroll together with HTML5 History api. There's a payed script that does this perfectly. http://infiniteajaxscroll.com/examples/history.html |
The End.