上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 18 下一页
摘要: 百度 css hackhttp://baike.baidu.com.cn/view/1119452.htm 阅读全文
posted @ 2013-03-19 18:18 mabel_on_line 阅读(167) 评论(0) 推荐(0) 编辑
摘要: http://blog.sina.com.cn/s/blog_54eeb5d901000dbs.html 阅读全文
posted @ 2013-03-19 18:09 mabel_on_line 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 在父元素上添加class即可最优浮动闭合方案:.clearfix{ zoom:1;} //zoom针对ie6和ie7 触发其hasLayout //以下针对除ie6和ie7之外的其他浏览器.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden;} 下面2篇文章讲了一些关于闭合浮动的内容:http://www.javascript100.com/?p=235http://homepage.yesky.com/16/2404516.s... 阅读全文
posted @ 2013-03-18 11:10 mabel_on_line 阅读(207) 评论(0) 推荐(0) 编辑
摘要: var popularCity = {'北京市':['北京市'], '上海市':['上海市'], '广东省':['广州市','深圳市','惠州市'], '天津市':['天津市'], '湖北省':['武汉市'], '陕西省':['西安市\'], '四川省':['成都市'], '辽宁省':['大连市'],' 阅读全文
posted @ 2013-03-12 14:05 mabel_on_line 阅读(288) 评论(0) 推荐(0) 编辑
摘要: 往带有png图的类里加红色字的部分background-image:url(******.png)!important;background-image:url(../images/space.gif);/*space.gif 是一个透明的图片文件*/filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src="******.png", enabled=true, sizingMethod=scale); 阅读全文
posted @ 2013-03-05 13:33 mabel_on_line 阅读(864) 评论(0) 推荐(0) 编辑
摘要: tar 解压缩命令tar-c: 建立压缩档案-x:解压-t:查看内容-r:向压缩归档文件末尾追加文件-u:更新原压缩包中的文件这五个是独立的命令,压缩解压都要用到其中一个,可以和别的命令连用但只能用其中一个。下面的参数是根据需要在压缩或解压档案时可选的。-z:有gzip属性的-j:有bz2属性的-Z:有compress属性的-v:显示所有过程-O:将文件解开到标准输出下面的参数-f是必须的-f: 使用档案名字,切记,这个参数是最后一个参数,后面只能接档案名。# tar -cf all.tar *.jpg这条命令是将所有.jpg的文件打成一个名为all.tar的包。-c是表示产生新的包,-f指定 阅读全文
posted @ 2013-02-28 14:56 mabel_on_line 阅读(163) 评论(0) 推荐(0) 编辑
摘要: function showLockWarningUI(selection_id){ var element = $('#' + selection_id + ' .lock-warning-container'); element.show().find('.lock-warning-section').css('opacity','0').animate({top:'0px',opacity:'1'},500); setTimeout(function(){ hideLocking 阅读全文
posted @ 2013-02-28 14:07 mabel_on_line 阅读(3019) 评论(0) 推荐(0) 编辑
摘要: <div class="arrow">◆</div>.arrow{ font-family:"SimSun"; font-size:12px; color:#EF5A27; position:absolute; bottom:-17px; left:103px;} 阅读全文
posted @ 2013-02-26 18:20 mabel_on_line 阅读(297) 评论(0) 推荐(0) 编辑
摘要: (function($){ var a = <?php echo ($keyword_lock)?1:0; ?>;$.log(a); })(jQuery); 阅读全文
posted @ 2013-02-26 17:29 mabel_on_line 阅读(195) 评论(0) 推荐(0) 编辑
摘要: 一.之前的for (x = 0; x < 6; ++x) { setInterval((function(x){ return function() { $(boxItems[x]).fadeOut(3000,function() { itemPeopleInfoRender(people_infos, $(this)); }).fadeIn(3000); ... 阅读全文
posted @ 2013-02-25 13:55 mabel_on_line 阅读(228) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 18 下一页