标签:bsp jquery css style color back class jquer round
body{ background: red; opacity: 0.5; filter:alpha(opacity=50); }
jQuery:
if($.support.opacity == ture){ $(‘body‘).css(‘opacity‘,0.5); }else{ $(‘body‘).css(‘filter‘,‘alpha(opacity=50)‘); }
标签:bsp jquery css style color back class jquer round
原文地址:http://www.cnblogs.com/by-dxm/p/6394677.html