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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T02:52:56+00:00 2026-06-04T02:52:56+00:00

I am trying to use box-shadow, and border-radius together on a webpage, and it

  • 0

I am trying to use box-shadow, and border-radius together on a webpage, and it is showing a white image that fills in the space where the radius is. Think of it like when you safe a “transparent” image in photoshop with a drop shadow, to a jpg, or png-8 file.

Here is an image to show you what I mean.

(i cant post images yet, but here is the link)
https://i.stack.imgur.com/DpqYK.png

I am using this as my CSS

.whole
{
width: 1000px;
margin: 0 auto;
-webkit-box-shadow: 0px 3px 5px 2px #000000;
-mox-box-shadow: 0px 3px 5px 2px #000000;
box-shadow: 0px 3px 5px 2px #000000; 
}


.top
{
height: 120px;
background-color: #1F1209;
margin-top: 50px;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

.footer
{
height: 250px;
background-color: #834C24;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}

So does anyone know if there is a way I can fix this? this is happening in Firefox and IE, by the way. I havent been able to check it out in other browsers though.

I would really prefer not to use a Photoshopped image… As CSS3 should definitely be used.

Any thoughts on this? I would greatly appreciate any help! 🙂

Thanks for your time folks!

  • 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-04T02:52:57+00:00Added an answer on June 4, 2026 at 2:52 am

    A little tip for you

    Use this css3 for shortcuts instead of adding -left -right- top

    border-radius:0px 0px 0px 0px;
    
    <!-- [top left] [top right] [bottom right] [bottom left] -->
    

    That would be easier if you do that.

    And as for the box-shadow… I don’t know why it is like that but I used this code and it works perfectly well.

    box-shadow:0px 0px 10px black;
    
    <!-- in case you don't know ...  [x coordinate] [y coordinate] [size of shadow] [color] -->
    

    Well, I don’t know if these codes will work on IE because I don’t use IE browser and my computer will suddenly hang for a bit but… anyways.

    I rewrite one of your class css code and I hope it work.

    .footer
    {
        height: 250px;
        background-color: #834C24;
        border-radius:10px 10px 10px 10px;
        box-shadow:0px 0px 50px black;
    }
    

    And I think even though you don’t put -webkit- and -moz-, Mozilla and Chrome will read that. I hope it works on IE, too.

    Anyways… that’s it. Hope that’ll work.

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

Sidebar

Related Questions

alt text http://www.freeimagehosting.net/image.php?a55fa98f01.jpg Hi I am trying to use a HTML select box with
I've got three images that I'm trying to use for a box like this
I am trying to use the Search Box that is explained in this blog
I'm trying to use Rails validations for a form text box to see if
i'm trying to use a drop shadow to make it look like one div
I am trying to use the Check Box makes the component greyout/ disable. field.setDisabled(true);
I am trying to use Jquery Dialog box in place of Java script standard
why does this script show empty alert box. I am trying to use php
i am trying to use Alert Dialog Box and Async Task in the activity
I'm trying to use ajax on a select box and change html elements with

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.