Box-shadow not working on Webkit?
Posted
by Martti Laine
on Stack Overflow
See other posts from Stack Overflow
or by Martti Laine
Published on 2010-03-31T13:11:05Z
Indexed on
2010/03/31
13:13 UTC
Read the original article
Hit count: 633
Hi
I'm creating multiple borders to element using box-shadow, but they don't show at Webkit. What's wrong with this code? I'm using this four times to create shadow on each side, then border for extra border
box-shadow: 1px 1px 0px rgba(0,0,0,0.1);
Martti Laine
© Stack Overflow or respective owner