Thursday, September 8th, 2011 | articles

Fixed position web elements


The usage of fixed position elements has grown in popularity and become a common element on the web. This technique involves fixing some element in the browser while the rest of the page scrolls. Most often we find this done on header elements including the main navigation for a site. This is also a popular approach on single page sites where the in page navigation needs to be ever present. We also find various elements of web pages locked in place using such techniques. There are many situations we can find where fixing an element in the page is a good thing, but it all comes back to a single purpose. In almost all of these situations the fixed element keeps a critical part of the page in front of users at all times.

The importance of these elements varies, but to some degree the fundamental goal is to keep some part of the page perpetually in the view port. As you consider using this technique I highly recommend you carefully consider why and how you do so. Keep in mind that whatever part of your page doesn’t move will automatically draw lots of attention. So be sure you are putting it to work. Let’s dive in!


View Post …


Related Posts

Leave a Reply