box shadow not working in safari

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • James
    New Member
    • Jun 2011
    • 17

    box shadow not working in safari

    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

    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;
    }
    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?
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    maybe it helps to update Safari, the current version is around 5.0.6

    Comment

    Working...