Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5966349
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T19:47:14+00:00 2026-05-22T19:47:14+00:00

Has anyone else noticed that IE9’s standard implementation of CSS box-shadow differs from other

  • 0

Has anyone else noticed that IE9’s “standard” implementation of CSS box-shadow differs from other browsers? Whenever I use box-shadow and set a blur value, IE9 seems to render the blur at about half the value that Firefox, Safari, Chrome, and Opera do.

Is there any way around this? And what exactly is the point of IE9 supporting box-shadow as a standard property if it doesn’t look the same as box-shadow in all the other browsers?

(Technically, Safari 5 still only supports -webkit-box-shadow and not the standard box-shadow property, but it also happens to render identically to box-shadow in Firefox 4, Chrome 11, and Opera 11. IE9 is the odd man out, despite supporting the same standard box-shadow syntax).

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T19:47:15+00:00Added an answer on May 22, 2026 at 7:47 pm

    I also had this problem and solved it for myself with this script (using jQuery).

    Please note this is experimental and I haven’t tested performance. Also: You have to run it again if you add elementss to your dom which has box-shadow. I guess that could be solved using a htc-file instead.

    $(function(){
        fixBoxShadowBlur($('*'));
    });
    
    function fixBoxShadowBlur(jQueryObject){
        if($.browser.msie && $.browser.version.substr(0, 1) == '9'){
            jQueryObject.each(function(){
                boxShadow = $(this).css('boxShadow');
                if(boxShadow != 'none'){
                    var bsArr = boxShadow.split(' ');
                    bsBlur = parseInt(bsArr[2]) || 0;
                    bsBlurMeasureType = bsArr[2].substr(("" + bsBlur).length);
                    bsArr[2] = (bsBlur * 2) + bsBlurMeasureType;
                    $(this).css('boxShadow', bsArr.join(' '));
                }
            });
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Has anyone else found VIM's syntax highlighting of Javascript sub-optimal? I'm finding that sometimes
Has anyone else run into this problem before? I've got a method that calls
was wondering if there are anyone else here that has signed up with the
Has anyone else found that flash is VERY slow when using Firefox 4 on
Has anyone else seen people do this: private string _name; public string Name{ get{
Has anyone else had any problems using google's Domain Tracking API, I am specifically
Has anyone tried installing SQL Server 2008 Developer on a machine that already has
Has anyone else experienced this? I have uninstalled and reinstalled TortoiseSVN as well as
Some Background I have noticed that setting the EditTemplate of a DataForm (from the
My website has been created with a CSS/HTML frame work that has been integrated

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.