内部阴影到IE中的div [英] Inner shadow to div in IE

查看:168
本文介绍了内部阴影到IE中的div的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我为div创建了一个内部阴影,如下面的css代码:

I created an inner shadow for a div as in the following css code:

.gil_Help_ContentArea {
    width: 300px;
    height: 200px;
    margin: 5px 0 0 0;
    padding: 0px; 
    background-color: #fff;
    box-shadow: inset 0 0 10px #ccc;
    -moz-box-shadow: inset 0 0 10px #ccc;
    -webkit-box-shadow: inset 0 0 10px #ccc;
    -khtml-box-shadow: inset 0 0 10px #ccc;
}

它与IE以外的浏览器兼容,但我想要的效果在IE。

It is working fine with browsers other than IE, but I want the same effect in IE. If anybody is willing to help, it will be appreciated.

您可以在 http://jsfiddle.net/shabirgilkar/Mu9jL/

推荐答案

IE 8和以下不支持 box-shadow CSS3属性,但它可能可以让它工作。您应该检查这些文章...

IE 8 and below don't support the box-shadow CSS3 property, but it might be possible to get it to work. You should check these articles out...

  • http://dev.opera.com/articles/view/cross-browser-box-shadows/
  • http://dimox.net/cross-browser-css3-box-shadow/
  • http://fetchak.com/ie-css3/

我建议使用IE 8及以下版本的图片(使用条件样式表)。

I would recommend using images for IE 8 and below (use conditional stylesheets).

我想出了一个拙劣的解决方案,但它适用于IE 8,Chrome,Firefox,Safari和Opera。查看小提琴...

I came up with a crappy solution, but it works in IE 8, Chrome, Firefox, Safari, and Opera. Check out the fiddle...

http: //jsfiddle.net/UnsungHero97/Mu9jL/3/

我希望这会有帮助。

Hristo

I hope this helps.
Hristo

这篇关于内部阴影到IE中的div的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆