M
Maik
Der "Hintergrund" (#background) wird bei mir im IE angezeigt.
mfg Maik
mfg Maik
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.
..........
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>...........</title>
<style type="text/css">
<!--
#Logo {
position:absolute;
left:47px;
top:41px;
width:227px;
height:91px;
z-index:1;
}
#steuerungstechnik {
position:absolute;
left:662px;
top:0px;
width:287px;
height:91px;
z-index:2;
}
#grafik {
position:absolute;
left:38px;
top:117px;
width:720px;
height:343px;
z-index:3;
}
#automation {
position:absolute;
left:-184px;
top:473px;
width:720px;
height:83px;
z-index:4;
}
#Aktuelles {
position:absolute;
left:75px;
top:165px;
width:100px;
height:24px;
z-index:5;
}
#Unternehmen {
position:absolute;
left:133px;
top:209px;
width:116px;
height:22px;
z-index:6;
}
#Leistung {
position:absolute;
left:208px;
top:260px;
width:98px;
height:25px;
z-index:7;
}
#Service {
position:absolute;
left:252px;
top:315px;
width:87px;
height:21px;
z-index:8;
}
#Englisch {
position:absolute;
left:271px;
top:380px;
width:105px;
height:20px;
z-index:9;
}
* {
margin:0;
padding: 0;
}
html, body { height: 100%; }
body {
font:100.01%/1.4 sans-serif;
background-color: #fff;
color: #000;
text-align: center; /* horizontale Zentrierung for IE<6 (quirks) */
}
#wrapper {
position: relative;
width: 750px;
height: 580px;
margin: 30px auto 0 auto; /* horizontale Zentrierung for mod.Browser */
text-align: left; /* zurück zum Standard */
}
-->
</style>
<script type="text/javascript">
<!--
function MM_goToURL() { //v3.0
var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}
//-->
</script>
<body >
<div id="Logo">
<div align="center"><a href="index.html"><img src="http://www.tutorials.de/forum/images/Logo.jpg" alt="Home" width="228" height="91" border="0" /></a></div>
</div>
</head>
<div id="wrapper">
<div id="steuerungstechnik">
<p align="center"> </p>
<p align="right"><img src="http://www.tutorials.de/forum/images/steuerungstechnik.jpg" width="235" height="32" /></p>
</div>
<div id="grafik">
<div align="center"><img src="http://www.tutorials.de/forum/images/grafik.jpg" width="708" height="329" /></div>
</div>
<div id="automation">
<div align="center"><img src="http://www.tutorials.de/forum/images/Hompage2.gif" width="1111" height="109" /></div>
</div>
<div id="Aktuelles">
<div align="center"><img src="http://www.tutorials.de/forum/images/Aktuelles.jpg" alt="Aktuelles" border="0" onmouseover="MM_goToURL('parent','AktuellesUnter.html');return document.MM_returnValue"/></div>
</div>
<div id="Unternehmen">
<div align="center">
<img src="http://www.tutorials.de/forum/images/Unternehmen.jpg" alt="Unternehmen" name="menue3" border="0" id="menue3" onmouseover="MM_goToURL('parent','UnternehmenUnter.html');return document.MM_returnValue" /> </div>
</div>
<div id="Leistung">
<div align="center"><img src="http://www.tutorials.de/forum/images/Leistung.jpg" alt="Leistung" name="menue4" border="0" id="menue4" onmouseover="MM_goToURL('parent','LeistungenUnter.html');return document.MM_returnValue" /></div>
</div>
<div id="Service">
<div align="center"><img src="http://www.tutorials.de/forum/images/Service.jpg" alt="Service" name="menue5" border="0" id="menue5" onmouseover="MM_goToURL('parent','ServiceUnter.html');return document.MM_returnValue" /></div>
</div>
<div id="Englisch">
<div align="center"><img src="http://www.tutorials.de/forum/images/Englisch.jpg" alt="Language" border="0" /></div>
</div>
</div>
</body>
</html>