SharePoint 2010 系统Web Part title圆角设置
摘要:
目前还没有找到怎么只改动css就达到修改系统wp title圆角问题,只能用js方法去变通修改,以下是我的js代码function WPHeaderRound(){ $("tr.ms-WPHeader").each(function(){ $(this).find("td.ms-wpTdSpace").each(function(index){ if(index == 0){ $(this).addClass("cus_wpleftround"); }else ... 阅读全文
posted @ 2012-04-13 10:56 S_Tomato 阅读(150) 评论(0) 推荐(0)