CSS Internet Explorer 5.5 - 6中的PNG支持,带有工作链接

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CSS Internet Explorer 5.5 - 6中的PNG支持,带有工作链接相关的知识,希望对你有一定的参考价值。

<html>
<head>
<style type="text/css">
.alphahack {
  position:relative;
  margin:0px;
  padding:0px;
}

#alphapng {
  background:url('path-relative-to-css-file/some-alpha.png');
  width:100px;
  height:100px;
}

* #alphapng { /*Hack für IE */
background: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='path-relative-to-html-file/some-alpha.png');
}
</style>
</head>
<body>
<div id="alphapng">
<p class="alphahack"><a href="will-probably-work.html"></p></div>

以上是关于CSS Internet Explorer 5.5 - 6中的PNG支持,带有工作链接的主要内容,如果未能解决你的问题,请参考以下文章

css 仅限Internet Explorer(IE)CSS。支持版本10+

CSS Internet Explorer(IE6)CSS Hover

css 在Internet Explorer上隐藏滚动条

html Internet Explorer支持使用条件注释。以下代码段在旧版Internet Explorer中添加了HTML5和CSS3支持

html Internet Explorer支持使用条件注释。以下代码段在旧版Internet Explorer中添加了HTML5和CSS3支持

html Internet Explorer支持使用条件注释。以下代码段在旧版Internet Explorer中添加了HTML5和CSS3支持