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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T12:45:09+00:00 2026-05-16T12:45:09+00:00

Is there a way to use a image url relative path in a javascript

  • 0

Is there a way to use a image url relative path in a javascript file (just like the css files)?

for testing i used 2 divs and displayed a gif in background using css in 1st and using js in second:

-my file directory is:
root/index.html

root/module1/test.css

root/module1/test.js

root/module1/img.gif

-index.html code:

<html>
  <head>
    <link href="module1/test.css" rel="stylesheet" type="text/css">
  </head>
  <body>
    <P id="p1"> Line 1 </P>
    <P id="p2"> Line 2 </P>
    <script type="text/javascript" src="module1/test.js"></script>
  </body>
</html>

-test.css code:

#p2 {background: url('img.gif')}

in the css I can use the relative path.

-test.js code:

document.getElementById("p1").style.backgroundImage = 'url(./module1/img.gif)';

but in the js I have to use the absolute path or it doesn’t work.

-img.gif – you can use any gif image.

I’ve tried to search the web but I was just getting confused 🙁

plz help 🙂

Ps: if you know a solution in jquery i also appreciate.

  • 1 1 Answer
  • 1 View
  • 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-16T12:45:10+00:00Added an answer on May 16, 2026 at 12:45 pm

    In a CSS style sheet, the path is interpreted relative to the style sheet.

    If you specify a path later, using JavaScript, it will be interpreted relative to the document.

    You can still use relative paths, but, as said, they will have to be relative to the document. So it would have to be

    url("module1/img.gif");
    

    But you already know that.

    I don’t know a way of building paths relative to the style sheet outside the style sheet.

    The only workaround that comes to my mind is to define a class inside the style sheet and, instead of specifying a background image using javaScript, changing the element’s class.

    In the style sheet:

    .p2_img_gif {background: url('img.gif')}
    

    and when the time comes for the paragraph to get the background image, do a

    document.getElementById("p2").className = "p2_img_gif";
    

    if you need to toggle classes, or specify multiple ones, consider using jQuery’s addClass() and removeClass().

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

Sidebar

Related Questions

I there a way to getting picture(image) from URL without downloading? I use the
Is there a way to use a different css for Android than is used
Is there any way to use Zend_Filter_Encrypt with large files, without rising memory limit
I have css like this: .done {list-style-image:url('images/tick.gif')} .notdone {list-style-image:url('images/cross.gif')} And html like this: <ul>
Is there a way to use Google Image Search API from Android application? Official
Is there a way to add the thumbnail image url to the wordpress feed??
I'd like to create a div with a background image css: #mydiv { background-image:url('/public/images/foo.png');
Is there any way to use Google's API to retrieve a user's current zipcode
Is there a way to use the win32clipboard module to store a reference to
Is there a way to use lapply() in a manner that forces it to

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.