I'm using:
box-shadow: 0px -1px 0px #333333;
on my footer but it's hiding behind or disappearing where the div
before it is... hard to explain but here's what it looks like: http://cl.ly/7HLy
Is there a way do have the box-shadow be on top of the other div before the footer? I've tried adding a z-index but it doesn't work.