Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion ist in einigen Browsern möglicherweise nicht verfügbar.
<html>
<head>
<title>Test</title>
<style type="text/css">
<!--
a.banner{
display:block;
width:468px;
height:60px;
overflow:hidden;
}
a.banner:hover{
overflow:visible;
}
-->
</style>
</head>
<body>
<a class="banner" href="#"><img width="1000" height="120" src="banner.gif"></a>
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Test</title>
<style type="text/css">
a.banner{
border:0;
display:block;
width:468px;
height:60px;
overflow:hidden;
}
a.banner:hover{
overflow:visible;
z-index: 99;
}
</style>
<body>
<a class="banner" href="#"><img width="468" height="180" src="banner.jpg"></a>
dsasf
</body>
</html>
<html>
<head>
<title>Test</title>
<style type="text/css">
<!--
body{
margin:0;
}
a.banner,div.dummie{
display:block;
width:468px;
height:60px;
overflow:hidden;
}
a.banner{
position:absolute;
top:0;
left:0;
}
a.banner:hover{
overflow:visible;
}
-->
</style>
</head>
<body>
<div class="dummie"> </div>
<a class="banner" href="#"><img width="1000" height="120" src="banner.gif"></a>
text text text
</body>
</html>