diff --git a/public/themes/default/styles/ie6.css b/public/themes/default/styles/ie6.css index a080da1e5..075e82043 100644 --- a/public/themes/default/styles/ie6.css +++ b/public/themes/default/styles/ie6.css @@ -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; -}