摘要:
background:rgba(0,0,0,0.3) none repeat scroll 0 0 !important; //大多数浏览器实现透明,使用这种方法,层内的层和数字不透明 filter:alpha(opacity=30);background:#000; //IE实现透明 /*下面一种 阅读全文
摘要:
看到有更新,习惯性的点了,升级到Visiual Studio Ultimate 2012 Update 1,并且按照提升重启了电脑。因为昨天太晚,也没验证。尽早打开VS,结果直接Crash。错误如下:问题签名:问题事件名称:CLR20r3问题签名 01:devenv.exe问题签名 02:11.0.... 阅读全文
摘要:
网页竖排菜单jQuery版 Weblog工具 PivotX WordPress 程序语言 PHP Ruby Python PERL Java C# Cool Stuff App... 阅读全文
摘要:
需要引用My97DatePicker包 总局下发开始日期: 总局下发结束日期: 阅读全文
摘要:
$(".pager").inputPager({ pageNumber:1, msgCount:22, pageClick: function(event,pageNum){ window.location.href = "...do?page="+pageNum; } }); 阅读全文
摘要:
/*jquery静态表格变色*/ $(".tr2").mouseover(function(){ $(this).css("background","#f2c27a"); }).mouseout(function(){ $(this).css("background","#f1f6fc... 阅读全文
摘要:
需要引用 $( "#dialog" ).dialog({ autoOpen: false, width:"751", height:"413", modal:true, //弹出框背后的层不能点击 // title:"xxx", buttons:{ "... 阅读全文