码迷,mamicode.com
首页 >  
搜索关键字:hack    ( 1283个结果
浏览器css hack
(1)*:IE6+IE7都能识别*,而标准浏览器FF+IE8是不能识别*的;(2)!important: 除IE6不能识别!important外,FF+IE8+IE7都能识别!important ;(3)_: 除IE6支持_外,FF+IE8+IE7都不支持_;(4)\9:所有IE浏览器都识别(IE6...
分类:Web程序   时间:2015-01-15 19:52:49    阅读次数:260
用CSS hack技术解决浏览器兼容性问题.
/* CSS属性级Hack */color:red; /* 所有浏览器可识别*/_color:red; /* 仅IE6 识别 */*color:red; /* IE6、IE7 识别 */+color:red; /* IE6、IE7 识别 */*+color:red; ...
分类:Web程序   时间:2015-01-15 19:50:37    阅读次数:126
A Productivity Hack in Four Quadrants
http://www.slideshare.net/paulgordonbrown/a-productivity-hack-in-four-quadrantsA Productivity Hack in Four Quadrants1. A Productivity in Four Hack Qua...
分类:其他好文   时间:2015-01-13 23:00:18    阅读次数:228
浏览器兼容的一些细碎 hack opacity png图片
Hackie6: _ eg: _font-family:ie7: * eg: *font-family:ie8: \9 eg: font-family: "Microsoft Yahei"\9;opacityie: filter: alpha(opacity=50);safari:-khtml...
分类:其他好文   时间:2015-01-13 21:09:28    阅读次数:194
div+css文字垂直居中 解决左侧头像右侧姓名,姓名多换行后相对于头像仍居中显示
在说到这个问题的时候,也许有人会问CSS中不是有vertical-align属性来设置垂直居中的吗?即使是某些浏览器不支持我只需做少许的CSS Hack技术就可以啊!所以在这里我还要啰嗦两句,CSS中的确是有vertical-align属性,但是它只对(X)HTML元素中拥有valign 特性的元素...
分类:Web程序   时间:2015-01-12 14:32:00    阅读次数:126
css if hack之兼容ie
1、Css if hack条件语法 Only IE 仅所有的WIN系统自带IE可识别 Only IE 5.0 只有IE5.0可以识别 Only IE 5.0+ IE5.0包换IE5.5都可以识别 Only IE 6- 仅IE6可识别 Only IE 6/+ IE6以及IE6以下的IE5.x都可识别 ...
分类:Web程序   时间:2015-01-12 14:16:54    阅读次数:179
ASP.NET的SEO:SEO Hack --- Html注入和Nofollow
ASP.NET的SEO:目录 黑帽(black hat)SEO主要是指采取“不怎么道德”(暂时就这么形容吧!)的方式进行搜索引擎优化。1. 注入攻击,包括Sql注入和Html注入。我经常能看到对Sql注入防范的谈论,但对于Html注入,很多人并没有引起足够的重视。为了展示Html注入的效果,我们模仿...
分类:Web程序   时间:2015-01-09 00:06:54    阅读次数:300
alk In Web Security(安全世界观): Devleping a Secure Wesite
Writer:BYSocket(泥沙砖瓦浆木匠) 微博:BYSocket 豆瓣:BYSocket Reprint it anywhere u want. Why to write about Web Security? A java file can hack your server.One JSP can download any file....
分类:Web程序   时间:2015-01-05 16:40:12    阅读次数:234
Talk In Web Security(安全世界观): Devleping a Secure We
Writer:BYSocket(泥沙砖瓦浆木匠) 微博:BYSocket 豆瓣:BYSocket Reprint it anywhere u want. Why to write about Web Security? A java file can hack your server.One JSP can download any file. How to ...
分类:Web程序   时间:2015-01-05 00:42:35    阅读次数:244
Talk In Web Security(安全世界观): Devleping a Secure WebSite
Writer:BYSocket(泥沙砖瓦浆木匠)微博:BYSocket豆瓣:BYSocketReprint it anywhere u want.Why to write about Web Security?A java file can hack your server.One JSP can ...
分类:Web程序   时间:2015-01-05 00:25:49    阅读次数:293
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!