diff options
| author | Chris McDonough <chrism@plope.com> | 2010-11-27 21:40:59 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-11-27 21:40:59 -0500 |
| commit | 43eb02a0ad067ffe32bf69a351ca0dce3f5a216c (patch) | |
| tree | 67c136c2136ad6d016bc35d6b9a5de410d1e8740 /docs/narr/MyProject/myproject/static/ie6.css | |
| parent | 87f4a7cb32c9e89c914925f5cf4262834a1dd6d6 (diff) | |
| parent | aa3306e314fc951b9ed9b007f2e9e9aff7ad05ea (diff) | |
| download | pyramid-43eb02a0ad067ffe32bf69a351ca0dce3f5a216c.tar.gz pyramid-43eb02a0ad067ffe32bf69a351ca0dce3f5a216c.tar.bz2 pyramid-43eb02a0ad067ffe32bf69a351ca0dce3f5a216c.zip | |
Merge branch 'master' into twophase
Diffstat (limited to 'docs/narr/MyProject/myproject/static/ie6.css')
| -rw-r--r-- | docs/narr/MyProject/myproject/static/ie6.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/narr/MyProject/myproject/static/ie6.css b/docs/narr/MyProject/myproject/static/ie6.css new file mode 100644 index 000000000..b7c8493d8 --- /dev/null +++ b/docs/narr/MyProject/myproject/static/ie6.css @@ -0,0 +1,8 @@ +* html img, +* html .png{position:relative;behavior:expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none", +this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "',sizingMethod='image')", +this.src = "static/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''), +this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "',sizingMethod='crop')", +this.runtimeStyle.backgroundImage = "none")),this.pngSet=true) +);} +#wrap{display:table;height:100%} |
