html

Multislider with jQuery

jQuery has become a popular choice for designers, when trying to replicate effects that previously was in the Flash-only sphere. This on is taking a different approach on sliders. It is not feature rich, and there is plenty of excellent choices around for making sliders. This one comes from a question in the forum where there was a need for a slider that:

Hide the URL bar on iOS and Android

Hide URL from devices

Browsing the web on mobile devices often hides the addressbar, when the page loads. I addition to that, you may see a fixed topbar, that stays in position as you scroll down the page. You can achieve this effect on your mobile page relatively easy - this tutorial should get you going.

1: Fix the viewport. Create a blank HTML document. Enter the following meta-statement in the head-section.