Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

How to use a freeze pane property on your website?

user-image
Question added by aeraaf patel , Survey programmer , CROSS-TAB
Date Posted: 2013/09/21
Deleted user
by Deleted user

 

This can be don with switching to position: fixed.

 

For example a div with the class

 

 

#fixed-div {

  position: fixed;

  top:0;

  left:0;

  right:0;

  height:100px;

  background-color: #000;

}

will remain fixed in the upmost100px of your browser viewport when you're scrolling.

 

This fiddle demonstrates the effect in both vertical and horizontal direction

Hope this helps

You can see a demo on the following website.

http://jsfiddle.net/ukzYf/1/

More Questions Like This

Do you need help in adding the right keywords to your CV? Let our CV writing experts help you.