Sticky footer

Developer
Size
1,566 Kb
Views
28,336

How do I make an sticky footer?

Sticky footer without position:absolute. What is a sticky footer? How do you make a sticky footer? This script and codes were developed by Serluck on 02 September 2022, Friday.

Sticky footer Previews

Sticky footer - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>sticky footer</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div id="wrapper"> <div>some content...</div>
</div>
<div id="footer">fff</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>

Sticky footer - Script Codes CSS Codes

*{ margin:0; padding:0;
}
html,body { height:100% } #wrapper { min-height:100%; margin-bottom:-150px; /* negative total computed height of footer */ } #footer { height:150px; background: #ddd; }
Sticky footer - Script Codes
Sticky footer - Script Codes
Home Page Home
Developer Serluck
Username serluk
Uploaded September 02, 2022
Rating 3
Size 1,566 Kb
Views 28,336
Do you need developer help for Sticky footer?

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!

Serluck (serluk) Script Codes
Create amazing art & images with AI!

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!