Ajout expression IE6 pour eviter le flickering des images de batckground dans le navigateur

This commit is contained in:
Michael RICOIS 2012-01-25 10:24:45 +00:00
parent f234723ee0
commit 0964fcfa13

View File

@ -1,7 +1,6 @@
div.jgrowl {
position:absolute;
}
html { filter: expression(document.execCommand("BackgroundImageCache", false, true)); }
div.jgrowl { position:absolute; }
button { border:0; }
button {
border:0;
}