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.
body {
background: url(bild.jpg) transparent;
}
Oder:
body {
background-image:url(bild.jpg);
background-color:transparent;
}
<head>
<style type="text/css">
Hier der obige Code
</style>
</head>
dann nimmt man filter und opacityDein Hintergrundbild als normales Bild einbinden und dann mit Filtern arbeiten: http://www.css4you.de/trickkiste/tr00018.html