Committer: skomarov
OPSC-191Check CSS for <lj-app> tagsU trunk/htdocs/stc/ie.css
Modified: trunk/htdocs/stc/ie.css =================================================================== --- trunk/htdocs/stc/ie.css 2010-12-17 15:51:19 UTC (rev 17972) +++ trunk/htdocs/stc/ie.css 2010-12-20 07:28:24 UTC (rev 17973) @@ -260,9 +260,9 @@ * HTML .appwidget-recentcomments .userpic-img, * HTML .b-catalogue-item DD.b-catalogue-item-img IMG, * HTML #lj_controlstrip_userpic IMG, -* HTML .appwidget-gamefriendsplaying .w-body .friends-playing-list LI IMG, -* HTML .appwidget-gamefriendsactivity .w-body .friends-activity-list LI IMG, -* HTML .appwidget-gamewhoplaying .w-body .who-playing-list LI IMG, +* HTML .appwidget-gamefriendsplaying .w-body .friends-playing-list LI .pic, +* HTML .appwidget-gamefriendsactivity .w-body .friends-activity-list LI .pic, +* HTML .appwidget-gamewhoplaying .w-body .who-playing-list LI .pic, * HTML .b-wishes-list DIV IMG { zoom:expression( function(t){ @@ -401,18 +401,3 @@ * HTML .b-ljtimes-bubble-top { 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 = "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)); } - - - - - - - - - - - - - - -