CSS Shadows for IE Browsers? -
can show me or direct me in right direction placing css shadows ie browsers. here current code:
-moz-box-shadow: 0px 0px 6px #666; -webkit-box-shadow: 0px 0px 6px #666; box-shadow: 0px 0px 6px #666; i need make ie same other browsers.
many & happy holidays.
erik
generally have "ie fix" separate css file take care of shadows background image.
Comments
Post a Comment