Körnerbrötchen
Aktives Mitglied
Exakt, it's a bug: https://bugs.webkit.org/show_bug.cgi?id=25016
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.
Hallo.
Die Seite in deinem Link ist vom September 2008.
Inzwischen unterstützt auch Chrome max-width.
Meine Lösung funktioniert auch mit Chrome, warum das bei deiner Webseite jetzt nicht funktioniert kann ich nicht sagen.
Habs getestet.
Gruss
Elroy
html, body
{
background:#000000;
color:#CCCCCC;
font:11px Verdana,Arial,Helvetica,sans-serif;
margin:0px;
padding:0;
scrollbar-face-color: #202020;
scrollbar-highlight-color: #606060;
scrollbar-shadow-color: #303030;
scrollbar-3dlight-color: #202020;
scrollbar-arrow-color: #60cffd;
scrollbar-track-color: #000000;
scrollbar-darkshadow-color: #202020;
max-width:1050px;
margin: 0 auto;
width: 96%;
}
.bodyline
{
background: url(images/winter-tile.jpg) center no-repeat;
border:0px solid #606060;
width: 100%;
}