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 8169515
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T20:51:56+00:00 2026-06-06T20:51:56+00:00

I have a div with a box shadow in Internet Explorer (Internet Explorer 7 Internet Explorer 8) applied through

  • 0

I have a div with a box shadow in Internet Explorer (Internet Explorer 7 Internet Explorer 8) applied through following CSS.

box-shadow:        0px 0px 15px #FF00CC;
-o-box-shadow:     0px 0px 15px #FF00CC;
-moz-box-shadow:   0px 0px 15px #FF00CC;
-webkit-box-shadow:0px 0px 15px #FF00CC;
zoom: 1;
filter: progid:DXImageTransform.Microsoft.Shadow(Color=#ff99eb, Strength=7, Direction=0),
        progid:DXImageTransform.Microsoft.Shadow(Color=#ff99eb, Strength=7, Direction=90),
        progid:DXImageTransform.Microsoft.Shadow(Color=#ff99eb, Strength=7, Direction=180),
        progid:DXImageTransform.Microsoft.Shadow(Color=#ff99eb, Strength=7, Direction=270),
        progid:DXImageTransform.Microsoft.Chroma(Color='#ffffff');
background-color:#FFFFFF;
border:1px solid #FF00CC;

It is giving it a box shadow, but making the inside text blurred and ugly, that is, black text is losing sharpness:

Enter image description here

And without a box shadow properties it’s like this:

Enter image description here

How can I make the inside text normal besides giving the div a box shadow?

  • 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-06-06T20:52:00+00:00Added an answer on June 6, 2026 at 8:52 pm

    It can be overcome in Internet Explorer 8 by wrapping in an extra div inside the content with position:relative; and the text again has its glory:

    <div class="shadow-box">
        <div style="position:relative;">Lorem ipsum dosectetur adipisicing elit</div>
        </div>
    
        .shadow-box {
            box-shadow:        0px 0px 15px #FF00CC;
            -o-box-shadow:     0px 0px 15px #FF00CC;
            -moz-box-shadow:   0px 0px 15px #FF00CC;
            -webkit-box-shadow:0px 0px 15px #FF00CC;
            zoom: 1;
            filter: progid:DXImageTransform.Microsoft.Shadow(Color=#ff99eb, Strength=7, Direction=0),
                    progid:DXImageTransform.Microsoft.Shadow(Color=#ff99eb, Strength=7, Direction=90),
                    progid:DXImageTransform.Microsoft.Shadow(Color=#ff99eb, Strength=7, Direction=180),
                    progid:DXImageTransform.Microsoft.Shadow(Color=#ff99eb, Strength=7, Direction=270),
                    progid:DXImageTransform.Microsoft.Chroma(Color='#ffffff');
            background-color:#FFFFFF;
            border:1px solid #FF00CC;
        }
    

    But in Internet Explorer 7 if you use shadow filter it removes cleartype property on font ,and doesnt have any fix as per my search

    Thanks to CSS Box Shadow and How to simulate CSS3 box-shadow in IE 6-8 without JavaScript..

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a div box with box-shadow set around it with the following CSS:
Is it possible to have the shadow surround the entire DIV? -moz-box-shadow: 3px 3px
I have a menu div and below is content div. When I add box-shadow
Can't I have both box shadow inner and outer on the same div? I've
Ok, I'm quite new to CSS3. I have this code: <div class=Mat-Shadow-Box-Text> <div class=Mat-Shadow-Box-TextBleu2>
I want to have box-shadow on three sides of a div (except top side).
I have a webpage including the following div: <div class='book_box'> <table border=0 cellspacing=0> <tr>
I have a 9-box with a div structure like so: <div class=NBWrapper> <div class=NBTopRow>
Say I have a select box eg <div data-bind='visible: someProp'> <select class=selectSubWidgets data-bind='options: subWidgets,optionsText:
Let's say we have a box with some short paragraphs: <div style=overflow:hidden> <p>Some text</p>

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.