Posts Tagged ‘ie’

18 10 2010

rgba

bigCat Posted in CSS - 0 Comment

微软的...

http://msdn.microsoft.com/en-us/library/ms532930%28VS.85%29.aspx

<!--[if IE]>

   <style type=\"text/css\">

   .color-block {
       background:transparent;
       filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000050,endColorstr=#99000050);
       zoom: 1;
    } 

    </style>

<![endif]-->
8 10 2010

滚动条CSS图解

bigCat Posted in CSS - 0 Comment

scrollbar-3dlight-color: 滚动条亮边的颜色
scrollbar-arrow-color: 上下按钮上三角箭头的颜色
scrollbar-base-color: 滚动条的基本颜色
scrollbar-darkshadow-color: 滚动条强阴影的颜色
scrollbar-3dlight-color: 滚动条凸出部分的颜色
scrollbar-highlight-color:滚动条空白部分的颜色
scrollbar-shadow-color: 立体滚动条阴影的颜色
scrollbar-track-color: 滚动条的背景颜色

scrollbar-base-color 这个属性是个其余7个属性的总合,当设了这个属性的颜色后,其余7个属性都可以不用设置了,只是这个设定是基于scrollbar-base-color的颜色而自动设定。
注:设定了scrollbar-base-color就不要设定其他七个属性了,设定了其他七个属性就不要设定scrollbar-base-color,不然之间可能会有冲突,影响作用效果。

flash做的配色工具

25 08 2010

IE Filter

bigCat Posted in CSS - 0 Comment

http://placenamehere.com/article/384/CSS3BoxShadowinInternetExplorerBlurShadow

http://www.fetchak.com/ie-css3/

30 07 2010

ie6 背景图片多次请求 bug

bigCat Posted in CSS - 0 Comment
<!--[if IE 6]>
<script type="text/javascript">
// <![CDATA[
try{
document.execCommand("BackgroundImageCache", false, true);
}
catch(e){}
// ]]>
</script>
<![endif]-->
29 07 2010

IE7 指针 bug

bigCat Posted in CSS - 0 Comment
<div style="height:300px;background:navy">
 <div style="height:100px"></div>
</div>

IE7或IE8的兼容模式下,上面100px区域鼠标指针是工,接着200px区域是口
日日日

Host: (miao) | Word: Press | Code: bigCat | Valid: HTML5