Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to block elements from scrolling css

#my_element{
  position: fixed;
  /*you can assign values like top, right, bottom, left*/
}
/*this will lock the element on the screen and it won't move along the
scrolling*/
 
PREVIOUS NEXT
Tagged: #block #elements #scrolling #css
ADD COMMENT
Topic
Name
7+3 =