I'm using box shadows to seperate the blocks on my site, and it works great in FF and IE, but they just plain wont show up in Chrome and I can't figure out why. If you could tell me what I'm doing, that'd be great:
I'm using box shadows to seperate the blocks on my site, and it works great in FF and IE, but they just plain wont show up in Chrome and I can't figure out why. If you could tell me what I'm doing, that'd be great:
|
try adding #000 after box-shadow: px px px px #000; |
and IE8 doesn't display what you have, you would have to add more to css for it to display in IE8. |
Awesome! That did it :) Thanks for the help! |