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.
Du kannst die einfach den Quelltext der Seite ansehen, welche du hier gepsotet hast und dann das Script heraus kopieren/ändern/deine Bilder einfügen. ;)
Was wolltest du nach dem "hier:" schreiben? Denn da ist nichts..^^
div {
overflow : scroll;
}
<div id="sidemenu">
<a href=""><img src="" alt="" border="0" /></a>
<a href=""><img src="" alt="" border="0"/></a>
<a href=""><img src="" alt="" border="0"/></a>
<a href=""><img src="" alt="" border="0"/></a>
</div>
#sidemenu {
position: absolute;
top: 8px;
left: 8px;
width: 240px;
height: 100%;
background: white;
color: black;
overflow:auto;
}
#sidemenu img{
padding-bottom: 10px;
}