Committer: esavintcev
LJSUP-6515: Custom UserheadsU trunk/htdocs/stc/shop/ie.css
Modified: trunk/htdocs/stc/shop/ie.css =================================================================== --- trunk/htdocs/stc/shop/ie.css 2010-08-23 06:42:00 UTC (rev 9375) +++ trunk/htdocs/stc/shop/ie.css 2010-08-23 06:42:24 UTC (rev 9376) @@ -100,3 +100,12 @@ background: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src=/img/shop/wallet-balance.png); } + +.b-shop .b-userheads-item { + zoom: 1; + *display: inline; + _height: 70px; + } +* HTML .b-shop .b-userheads-item { + behavior: expression(this.onmouseover = new Function("this.className += ' b-userheads-item-hover'"), this.onmouseout = new Function("this.className = this.className.replace(' b-userheads-item-hover','')"), this.style.behavior = null); + }