Can CSS3 box-shadow:inset do only one or two sides? like border-top?

后端 未结 11 1643
时光说笑
时光说笑 2021-01-30 04:44

I\'m wondering about the support for side specific inner shadows in css3.

I know this works great on supported browsers.

div { box-shadow:inset 0px 1px 5         


        
11条回答
  •  隐瞒了意图╮
    2021-01-30 05:23

    No, not directly, but you can crop off the parts that you don't want by putting it in a div with overflow: hidden:

    http://jsfiddle.net/Vehdg/

提交回复
热议问题