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.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<!--[if lt IE 7]>
Meldung hier.
<![endif]-->
body {
background-color : blue;
}
* body {
background-color : red;
}
Soweit ich mich noch erinnere, war es der MSIE der das * kann. Die anderen Browser können das * nicht und ignorieren somit den Block.
* html body
*+html body