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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 19, 20262026-06-19T02:21:48+00:00 2026-06-19T02:21:48+00:00

Not sure what I have going wrong here. The gradient is showing fine, but

  • 0

Not sure what I have going wrong here. The gradient is showing fine, but the image is not.

Page is located here (wordpress site):

http://philfaranda.staging.spatialmatch.com/

body {  
    background-color: #FFF !important; /* fallback color if gradients are not supported */
    background: #fff url(/wp-content/uploads/2013/01/body-bg2.png) repeat-x !important;
    background-image: -webkit-linear-gradient(top, #fff, #A9A9A9) !important; /* For Chrome and Safari */
    background-image:    -moz-linear-gradient(top, #fff, #A9A9A9) !important; /* For old Fx (3.6 to 15) */
    background-image:     -ms-linear-gradient(top, #fff, #A9A9A9) !important; /* For pre-releases of IE 10 */
    background-image:      -o-linear-gradient(top, #fff, #A9A9A9) !important; /* For old Opera (11.1 to 12.0) */
    background-image:         linear-gradient(to bottom, #fff, #A9A9A9) !important; /* Standard syntax; must be last */
}

EDIT: Also seems that the gradient effect isnt being displayed in IE, the image is…

Thanks in advance for any help,
Ken

  • 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-19T02:21:49+00:00Added an answer on June 19, 2026 at 2:21 am

    background-image ovverides backgorund. To make it properly work, there also need to be separatelly specified background-repeat. Tested in FF

    body{
        background-color: #fcfcf0;
        background-repeat:repeat-x;
        background-image: url(../img/abdul.jpg), -moz-linear-gradient(top, #fff, #A9A9A9);
        /* And the same with other ugly prefixes */
        /* For older IE*/
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#A9A9A9');
    }
    

    After comments from Ken it seems that there will be problem with IE 9. It cannot deal with gradients and images.

    Now, to make it work in IE, you should add gradients similar as above code snippet, than wrap your entire content in div for which you should add image css.

    <body style="gradients styles...">
    <div style="background-image styles">
    Your content
    </div>
    </body>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hello there I have slight problem and not sure where im going wrong with
I'm not sure why these have to be unique, but from reading the MySQL
I'm not sure if I have a threading issue here or not. On the
Not sure if it's possible but we have 2 servers set up, one automatically
Not sure how to ask this, but i'll give it a try: I have
I'm not sure how difficult this but I have an array and would like
I am not sure what is going on, but i get this weird issue
I'm not quite sure where I'm going wrong with this implementation and what adjustment
I might be going down the wrong track here, but what I am after
I'm using cocos2d for iOS. Not sure if I'm doing something wrong here or

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.