Search code examples
htmlcssbox-shadow

CSS Shadows all four sides of div


I want to achieve this in CSS - not CSS3 as I want it to be supported by all browsers bg with shadows on all sides

ie a div containing content, with the shadows on every side. The top area will be used for navigation. I have searched for tutorials but so far to no avail. Help!


Solution

  • As Ventus said is not possible to use css shadows with ie (only ie9). But you can use shadowOn. It's a great jquery plugin and very easy in use. With it you will have cross browser compatibility.