Iframe

Developer
Size
1,745 Kb
Views
4,048

How do I make an iframe?

What is a iframe? How do you make a iframe? This script and codes were developed by Petr Kolacek on 01 February 2023, Wednesday.

Iframe Previews

Iframe - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>iframe</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <header>Header</header>
<!-- <div class="header">Header</div> -->
<div class="content"> <iframe class="iframe2" src="https://getbootstrap.com/" scrolling="yes" id="iframe" frameborder="0"></iframe>
</div>
<!-- <div class="footer">Footer</div> -->
</body>
</html>

Iframe - Script Codes CSS Codes

body { padding: 0; margin: 0; overflow:hidden; overflow-x:hidden; overflow-y:hidden; }
header { position: fixed; top: 0; height: 45px; z-index: 100; width: 767px; /*margin: 0 -20px;*/ background-color: #789;
}
.header,
.footer { background-color: #456; text-align: center; color: #fff; height: 50px;
}
.content { }
.iframe1 { display: block; position: relative; border: none; /*height: 100vh;*/ height: 1800px; /*width: 100vw;*/ width: 100%; }
/*
.iframe1 html,
.iframe1 body { overflow:hidden; overflow-x:hidden; overflow-y:hidden; }
*/
.iframe2 { height: 100%; width: 100%; position:absolute; top:0; left:0px; right:0px; bottom: 0;
}
.iframe2 body { margin-top: 45px; }
Iframe - Script Codes
Iframe - Script Codes
Home Page Home
Developer Petr Kolacek
Username kblh
Uploaded February 01, 2023
Rating 3
Size 1,745 Kb
Views 4,048
Do you need developer help for Iframe?

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!

Petr Kolacek (kblh) 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!