SyntaxFix
Write A Post
Hire A Developer
Questions
In some situations you can hide the shadow by another container. Eg, if there is a DIV above and below the DIV with the shadow, you can use position: relative; z-index: 1; on the surrounding DIVs.
position: relative; z-index: 1;