Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css keep div at bottom of screen when scrolling

<style type="text/css">
#info { 
    height: 40px; 
    position: fixed; 
    bottom:0%;
    width:100%; 
    background-color: #393838; 
    opacity: 1;
}
</style>
<div id="info">Scroll for info</div>
Source by jsfiddle.net #
 
PREVIOUS NEXT
Tagged: #css #div #bottom #screen #scrolling
ADD COMMENT
Topic
Name
8+4 =