Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
<frameset rows="700px, *">
<frameset cols="100px, *, 100px">
<frame src="links.htm">
<frame src="main.htm">
<frame src="rechts.htm">
</frameset
</frameset>
.index {
width:1000px;
}
.navLinks {
height:100%;
float:left;
}
.navRechts {
height:100%;
float:left;
}
.content {
height:100%;
width:700px;
float:left;
}
<div class="index">
<div class="navLinks"></div>
<div class="content"></div>
<div class="navRechts"></div>