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

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

php - Change action and image src url's with jQuery -