Hi guys.
I'm using Safari 3.2.3 for Windows and for some reason I cannot get a shadow to display around my divs on the pages. Here is the code
The shadow appears within the latest versions of Opera, Google Chrome, I.E, and Mozilla Firefox but doesn't work with safari which is annoying considering all other major browsers show the shadow.
Would be great to see if anybody else has overcome this problem. Could the reason be that I'm using safari for Windows and not on a Macintosh?
I'm using Safari 3.2.3 for Windows and for some reason I cannot get a shadow to display around my divs on the pages. Here is the code
Code:
#wrapper { -moz-box-shadow: 0px 0px 6px 2px #F1F1F1; -webkit-box-shadow: 0px 0px 6px 2px #F1F1F1; box-shadow: 0px 0px 6px 2px #F1F1F1; }
Would be great to see if anybody else has overcome this problem. Could the reason be that I'm using safari for Windows and not on a Macintosh?
Comment