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.
html{
height:100%;
}
body{
height:100%;
margin:0;
padding:0;
}
Es fehlt ein Wert für left in den absolute positionierten Elementen cont1-lineb, cont1-lineb2 und cont1-lineb3. Der Defaultwert für left ist auto (nicht 0). Mit diesem Wert hat der IE<8 Probleme.kannst du mir vielleicht dabei noch behilflich sein wieso er die container dort ausblendet?
#cont1-lineb, #cont1-lineb2 ,#cont1-lineb3 {
left: 0;
}
Wo denn?also so habe ich das auch übernommen...