I love the new panel feature. When the panel is used as a menu, it would be nice to have the content in the panel scrollable, and not effect the page position.
I would like a scrollabel div with height 100%, because of all the different screensizes out there.
I get the scrolling to work with a fixed height of the div, with position:absolute; overflow:scroll;
I have a long list of news that are all in their own divs. So when i scroll down and click on a article lower down and then wants to go back to the start page it goes to top of my home page. It should bounce down where i clicked on my article.
I use swipe method to navigate between my pages. Is it possible to go (link) straight back to a certain div in my #home page instead of just #home?
I have two html pages. From index.html i have a swipeleft event to page.html and it works fine. From page.html i want to swiperight so i come back to index.html but that won't work.
The code works fine if i swipe between internal pages inside a single document, but not between html pages. And i need to use several html pages.
Has anyone got this to work? Would be grateful for answers.
I have two html pages. From index.html i have a swipeleft event to page.html and it works fine. From page.html i want to swiperight so i come back to index.html but that won't work.
The code works fine if i swipe between internal pages inside a single document, but not between html pages. And i need to use several html pages.
Has anyone got this to work? Would be grateful for answers.