Se connecter
Programmation › Javascript › jscript
In IE8 Quirk Mode (without good doctype), CSS properties are reset when they aren't understood. In IE8 Standards, they are discarted.
background-color: rgb(10,10,10); background-color: rgba(10,10,10,0.5);
In this example, IE8 Quirk Mode doesn't understand rgba() and reset the background-color to white. In IE8 Standards, the background is rgb(10,10,10) (the first instruction understood).
Hyperliens...
Lire les commentaires | Laisser un commentaire