Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature currently requires accessing the site using the built-in Safari browser.
<html>
<head>
<meta name="robots" content="noindex">
<title></title>
</head>
<body bgcolor="#4e5ca5">
<img src="unten.jpg" width="100%" height="100%">
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict// EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd ">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>test</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css">
html,body {
background-color: #999999;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 0.9em;
margin: 0px;
padding: 0px;
height: 100%;
}
#backimg {
position: absolute;
left: 0%;
top: 0%;
width: 100%;
height: 100%;
}
#divbody {
position: absolute;
top: 0px;
left: 0px;
z-index: 1;
height: 100%;
width: 100%;
}
</style>
</head>
<body>
<div><img id="backimg" src="rgb.jpg" alt="" /></div>
<div id="divbody">
<!-- website inhalt -->
<!-- ende website inhalt -->
</div></body></html>
das Bild muss als "Hintergrund" fungieren...Original geschrieben von womstar
??
wow.....
Code:<body style="font:1px" topmargin=0 bottommargin=0 leftmargin=0 rightmargin=0 marginwidth=0 marginheight=0> <img src=back.gif width=100% height=100%> </body>
??
<html>
<head>
<title> hintergrundbild auf 100% skalieren </title>
</head>
<body topmargin=0 bottommargin=0 leftmargin=0 rightmargin=0 marginwidth=0 marginheight=0>
<div style="z-index:1"><img src=rgb02.jpg width=100% height=100%>
<div style="z-index:2; position:absolute; top:0px; left:0px">
<table width=100%>
<tr>
<td>Hallo hier ist der Inhalt</td>
</tr>
</table>
</div>
</div>
</body>
</html>