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.
<style type="text/css">
body {
background-color:transparent;
}
</style>
<iframe... ...allowtransparency="true" />
<html>
<head>
<title></title>
</head>
<body>
<iframe src="iframe.htm" allowtransperency="true" style="filter:chroma('color:#FF0000');"></iframe>
</body>
</html>
<html>
<head>
<title></title>
</head>
<body bgcolor="#FF0000">
Text
</body>
</html>
Falsch!Für Internet Explorer:
index.htm
iframe.htmHTML:<html> <head> <title></title> </head> <body> <iframe src="iframe.htm" allowtransperency="true" style="filter:chroma('color:#FF0000');"></iframe> </body> </html>
Für andere Browser kenne ich keinen Weg und background-color:transparent ergibt weiß soweit ich weiß. Ansonsten musste halt das Bild zurechtschneiden und wieder mit CSS rumwurschteln...HTML:<html> <head> <title></title> </head> <body bgcolor="#FF0000"> Text </body> </html>