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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T02:46:04+00:00 2026-06-11T02:46:04+00:00

Guessing this will be a real easy fix for someone with the know-how. I

  • 0

Guessing this will be a real easy fix for someone with the know-how. I am still learning JavaScript and I’m always trying to learn more.

I currently have the following code:

<script type="text/javascript">
$(window).load(function() {
$("#background").fullBg();
});
</script>

This works fine. at the moment #background is:

<img src="images/background.jpg" alt="" id="background" />

However I want to be able to put the background in as a div background and not just an image.

How do I change the script above so that the function applies to the background-image of a div which will be set in CSS instead of pointing to the img tag as it currently does?

I have tried to search the internet for a solution; however I am not good enough at JS yet to word my search correctly to find what I am looking for.

Thanks in advance and sorry if my description is poor.

  • 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-11T02:46:05+00:00Added an answer on June 11, 2026 at 2:46 am

    .css() is what you’re looking for (this example uses jQuery)

    <script type="text/javascript">
    $(window).load(function() {
        $("#background").css({
            "background-image" : "url(images/background.jpg);",
        });
    });
    </script>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm guessing this is a simple problem, but I'm just learning... I have this:
I'm guessing this will be such a newbee question but I hit a wall
I'm guessing this is going to involve regexp or something, but I'll give it
I'm guessing this isn't possible, but here goes. I have two tables, and I'm
I'm guessing this must be new functionality as this code fail on my iOS4
This question is specifically about PHP, but I'm guessing it might be applicable to
This is kind of tricky. There is this webpage which, I am guessing, uses
UPDATE So I am still messing with this, and have gotten as far as
I'm guessing this is impossible, but I'll throw it out there anyway. Is it
This is more of a conceptual question than an actual implementation and am hoping

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.