最近做了一个项目,涉及到ie8iframe背景透明的问题,做了老半天,才把它搞定的,现在把我的经历贴出来和大家分享: 众所周知的根据W3C CSS 2.1 规范规定,''''background-color'''' 特性的默认值为 ''''transparent'''',即透明;但是IE6/IE7/ ...
分类:
其他好文 时间:
2017-02-11 12:16:26
阅读次数:
174
项目都应该使用UTF-8编码方式,如图所示: 其中Transparent native-to-ascii conversion选项要勾选,不选的话项目中的properties文件中的中文会显示成unicode编码值! 如图所示: ...
分类:
其他好文 时间:
2017-02-04 14:23:37
阅读次数:
378
webkit内核下,background-clip还有一个text属性,配合webkit内核的私有属性text-fill-color:transparent可以制作背景图片填充文本的效果: 在360浏览器,Firefox,Google chrome,Opera都能显示出以下效果: 在IE上显示不出来 ...
分类:
其他好文 时间:
2017-01-21 21:08:46
阅读次数:
673
this is the problem with latest adt that is 20.0.3. you can instead rename the *.9.png to *.png and start working. i think this is the bug with the ad ...
分类:
移动开发 时间:
2017-01-21 18:31:57
阅读次数:
429
.triangle{ border-width: 5px 4px 0 4px; border-color: #454A7Btransparent transparent transparent; border-style:solid; height: 0; width: 0; } ...
分类:
Web程序 时间:
2017-01-20 20:30:09
阅读次数:
477
1 .text-hide{ 2 font:0/0 a; 3 color:transparent; 4 text-shadow:none; 5 background-color:transparent; 6 border:0; 7 } ...
分类:
其他好文 时间:
2017-01-19 14:11:26
阅读次数:
142
在web开发中可能会遇到iframe标签flash遮挡页面中元素的情况,无论如何设置iframe的z-index都无济于事,本文给出的解决方案是设置iframe标签的wmode值为transparent ...
分类:
其他好文 时间:
2017-01-10 17:48:26
阅读次数:
144
透明数据加密(Transparent Data Encryption) TDE - 基于列的加密 由于有了Oracle的TDE-基于列的加密,你所要做的只是定义需要加密的列,Oracle将为包含加密列的表创建一个私密的安全加密密钥,然后采用你指定的加密算法加密指定列的明文数据。 这个加密,不需要我们 ...
分类:
数据库 时间:
2017-01-09 19:01:10
阅读次数:
222
import Image from get_png import getpng def transparent(infile): #open png,covert it into 'RGBA mode',resize it,get data then make a datalist datalist... ...
分类:
编程语言 时间:
2016-12-24 19:28:44
阅读次数:
161
ngx_http_fastcgi_modulengx_http_fastcgi_module模块允许将请求传递到FastCGI服务器。fastcgi_bindSyntax: fastcgi_bind address [transparent] | off;Default: —Context: htt... ...
分类:
Web程序 时间:
2016-12-22 14:12:59
阅读次数:
531