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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T10:10:36+00:00 2026-05-25T10:10:36+00:00

In my ASP.NET MVC 3/jQuery/HTML5 based web app (I figure MVC is irrelevant in

  • 0

In my ASP.NET MVC 3/jQuery/HTML5 based web app (I figure MVC is irrelevant in this context), I have a div element in the view, which is updated with text from an operation running on the server. When the server operation finishes, I’d like to add a background image to the div symbolizing success or failure.

The containing div is of variable width, so I figure the image needs to scale (while conserving proportions). In order to allow the image to scale, I guess it needs to be SVG format as well?

How do you suggest I go about updating the div element with a background image, in JavaScript/jQuery, based on my requirements? Let me know if I need to specify further.

EDIT

I’d also appreciate recommendations of free of charge icons for symbolizing success/failure states 🙂

  • 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-25T10:10:37+00:00Added an answer on May 25, 2026 at 10:10 am

    I was able to include a background SVG through the CSS property background-image. Furthermore, background-size: contain allowed the background image to scale with the div (excellent!). Example CSS:

    div {
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background-image: url(http://upload.wikimedia.org/wikipedia/commons/8/84/Konqi_svg.svg);
    }
    

    For a working example, see my jsFiddle.

    I understand this solution requires newer browsers, such as IE9.

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

Sidebar

Related Questions

Have: Using ASP.NET MVC 2, DataAnnotationsModel based server validation, and client validation with jQuery.
I'm developing a web app in asp.net mvc using jquery, the language of application
I have an Asp.net MVC application which uses html5 and jquery on the client
I'm developing an web application using asp.net MVC and jQuery. I have in my
So I am working with ASP.Net MVC + jQuery autocomplete and I have a
I have build a webapplication using ASP.NET MVC and JQuery. On my local machine
My ASP.NET MVC page uses JavaScript/jQuery to poll my database every second. This is
I am using ASP.NET MVC with jQuery. I have the following MVC Action that
We have a ASP.NET MVC 3 application that uses unobtrusive jQuery validation. The page
Background: I am working on an ASP.NET MVC app that has 3 partials (based

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.