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

  • Home
  • SEARCH
  • 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 7849449
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T18:31:24+00:00 2026-06-02T18:31:24+00:00

I am having the most difficult time getting textured background images to show up

  • 0

I am having the most difficult time getting textured background images to show up correctly in HTML5 tags. Specifically, I’m trying to add a .png texture of low-opacity watercolor daubs to a tag that already has a cross-browser gradient applied to it. I can get the gradient to show up fine, but can’t get the background image to show up correctly.

I’ve been told that the CSS command for it is shorthanded:

background:url("filepath");

Is it a matter of the type of quotes I’m using? Does it matter if it’s single / double quotes? Or no quotes at all? i’m not sure what the quotes are doing to the selector, or if it’s a matter of you can’t apply a background image AND a gradient? You can view the space I’m trying to modify at http://www.zeldezine.info/demo/ in the obvious footer position.

Thanks!

  • 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-02T18:31:25+00:00Added an answer on June 2, 2026 at 6:31 pm

    You can’t add a background image and a gradient to the same element. As for quotes it doesn’t matter whether they are single, double or none at all. Just make sure the image path is correct.

    If you want both, you can do something like this:

    http://jsfiddle.net/vjEh7/

    CSS:

    footer {
        background: rgb(169,3,41);
        background: -moz-linear-gradient(top,  rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,3,41,1)), color-stop(44%,rgba(143,2,34,1)), color-stop(100%,rgba(109,0,25,1)));
        background: -webkit-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
        background: -o-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
        background: -ms-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
        background: linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 );
    }
    div {
        width: 150px;
        height: 160px;
        background: url(http://www.zeldezine.info/demo/img/logo_bottom.png) no-repeat;
    }
    

    HTML:

    <footer>
        <div></div>
    </footer>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm having the most difficult time trying to understand what I am doing wrong
I'm having the most difficult time trying to get the PayPal IPN subscription Id.
I was given an unusual request recently that I'm having the most difficult time
so I'm having the most difficult of time pulling values out of an NSDictionary
I am very new to Orchard, and am having a most difficult time setting
I have been having the most difficult time ever with this problem. I have
I am having a problem with this specifically on macs, and most recently I
I am having a difficult time matching up curly brackets in this code. It
I'm having a difficult time finding how to do true data binding for UITableViews.
I am having this most annoying issue when I try to rebuild my solution

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.