function setOpacity(eles){ $(eles).each(function(){ if($.browser.msie){ $(this).clone().empty().insertAfter($(this)) .css({"position":"relative","top":-$(this).height()}) .css("z-index",-1).addClass("opacityBgInIE"); $(this).css("background","transparent"); $(this).find('.panel-header,.panel-body').css("background","transparent"); }else{ $(this).addClass("opacitysetting"); $(this).find('.panel-header,.panel-body').css("background","none"); } }); } 使用方式如下:兄弟连前端培训、HTML5培训。 //实现半透明效果 setOpacity("#mainpartopacity,#contents,#frameAccordionMenu"); |
小黑屋|在路上
( 蜀ICP备15035742号-1 )
GMT+8, 2025-7-7 19:38
Copyright 2015-2025 djqfx