Sticky div
How do I make an sticky div?
Sticky div. What is a sticky div? How do you make a sticky div? This script and codes were developed by Kanha Sahu on 29 December 2022, Thursday.
Sticky div - Script Codes HTML Codes
<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>sticky div</title> <link rel='stylesheet prefetch' href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" />
<script src="https://code.jquery.com/jquery-latest.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<section class="container">
<div id="content" class="row"> <span class="col-xs-3" id="sidebar"> <div id="catcher"> This is the "catcher" <code>div</code> </div> <div id="sticky" style="position: fixed; top: 0px;"> This is the "sticky" <code>div</code> </div> </span> <span class="col-xs-9" style="background:#cccccc;"> Content <br><br><br> Content <br><br><br> Content <br><br><br> Content <br><br><br> Content <br><br><br> Content <br><br><br> Content <br><br><br> Content <br><br><br> Content <br><br><br> Content <br><br><br> Content <br><br><br> </span>
</div>
</section> <script src='http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"'></script> <script src="js/index.js"></script>
</body>
</html>
Sticky div - Script Codes CSS Codes
body{height:2000px;}
#sidebar{}
#catcher{ background:#ff0066; padding:5px 8px; margin:10px auto; box-shadow:0 0 2px #e8e8e8; -moz-box-shadow:0 0 2px #e8e8e8; -webkit-box-shadow:0 0 2px #e8e8e8; -o-box-shadow:0 0 2px #e8e8e8; -ms-box-shadow:0 0 2px #e8e8e8;
}
#sticky{ background:#FAFAFA; padding:5px 8px; margin:0px auto; box-shadow:0 0 2px #e8e8e8; -moz-box-shadow:0 0 2px #e8e8e8; -webkit-box-shadow:0 0 2px #e8e8e8; -o-box-shadow:0 0 2px #e8e8e8; -ms-box-shadow:0 0 2px #e8e8e8;}
Sticky div - Script Codes JS Codes
$(document).ready(function() { function isScrolledTo(elem) { var docViewTop = $(window).scrollTop(); //num of pixels hidden above current screen var docViewBottom = docViewTop + $(window).height(); var elemTop = $(elem).offset().top; //num of pixels above the elem var elemBottom = elemTop + $(elem).height(); return ((elemTop <= docViewTop)); } var catcher = $('#catcher'); var sticky = $('#sticky'); $(window).scroll(function() { if(isScrolledTo(sticky)) { sticky.css('position','fixed'); sticky.css('top','0px'); } var stopHeight = catcher.offset().top + catcher.height(); if ( stopHeight > sticky.offset().top) { sticky.css('position','absolute'); sticky.css('top',stopHeight); } }); });

Developer | Kanha Sahu |
Username | kaslab |
Uploaded | December 29, 2022 |
Rating | 3 |
Size | 2,225 Kb |
Views | 12,138 |
Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!
Name | Size |
Accordion Menu With Icon | 2,799 Kb |
CSS3 checkbox with html properties, font awesome | 1,789 Kb |
Responsive Jquery Navigation | 2,547 Kb |
JavaScript Validation Example | 2,561 Kb |
Bootstrap Tree Menu Example | 2,667 Kb |
Jquery Models for login, signin, forgot password | 4,195 Kb |
Bootstrap tree | 2,925 Kb |
Bootstrap Glyphicon Inside Input Box | 1,857 Kb |
Table filters data | 3,357 Kb |
Rainbow hr | 1,743 Kb |
Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!
Name | Username | Size |
Playing with FlexBox | _Billy_Brown | 3,162 Kb |
A Pen by Theun | Tjoen | 6,152 Kb |
Intake Form Page 2 | Ijantje | 4,983 Kb |
Pagepilling.js | Blossk | 6,554 Kb |
A vuejs widget | Chrgl86 | 2,869 Kb |
Import shader in three.js | Khangeldy | 2,636 Kb |
A Bouncy Menu Toggle | Billyysea | 4,563 Kb |
Flex Chart | James_zedd | 4,111 Kb |
Resizable SASS Icons | Marianarlt | 7,611 Kb |
SVG Scalable Text | Said_FD | 1,451 Kb |
Surf anonymously, prevent hackers from acquiring your IP address, send anonymous email, and encrypt your Internet connection. High speed, ultra secure, and easy to use. Instant setup. Hide Your IP Now!