Archive

Posts Tagged ‘PNG’

改变苹果电脑默认截图保存格式的方法

April 9th, 2010 No comments

苹果电脑MacOSX系统内截图后的默认照片文件格式是png的,如果你想把苹果电脑默认截图格式改为jpg、GIF或PDF,可以在终端输入以下命令

修改苹果电脑截图默认格式为jpg

defaults write com.apple.screencapture type jpg

修改苹果电脑截图默认格式为GIF

defaults write com.apple.screencapture type gif

Read more…

Categories: System Tags: ,

IE PNG Fix 绝佳方案

January 4th, 2010 No comments

互联网上解决这个IE6的透明PNG的方案也是多不胜数,从使用IE特有的滤镜或是e­xpression,再到javascript+透明GIF替代.但是这些方法都有一个缺点,就是不支持CSS中backgrond-position与background-repeat.

DD_belatedPNG支持backgrond-position与background-repeat.这是其他js插件不具备的.同时DD_belatedPNG还支持a:hover属性,以及<img>.
Read more…

Categories: CSS, Javascript Tags: , , ,

让IE6支持png半透明图片(支持背景平铺、定位)

June 19th, 2009 No comments

下载
IE PNG Fix
这里简单说一下使用方法和注意事项:
1. 把 iepngfix.htc 和 blank.gif 复制到网站相应的目录下(目录由自己决定)
2. 然后要在页面的头部信息中调用 iepngfix.htc 文件,像这样:

<style type="text/css">
    img, div{behavior:url(iepngfix.htc);}
</style>

Read more…

Categories: CSS Tags: ,