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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T00:13:40+00:00 2026-06-05T00:13:40+00:00

I have seen following CSS rule at two website /* First example */ background:

  • 0

I have seen following CSS rule at two website

/* First example */
background: #F8F8F8 url('/images/noise.png?1333540701') top left;
/* Second example from a different site */
background: #F8F8F8 url('/images/noise.png?1326131369') top left; 

What does *.png?randomNumbers mean after png image path? What purpose they serve here?

First one is from bastsov and the other is from Matt Gemmell. Both use Octopress framework.

Edit
It is not that both rules are being used at the same site. Each rule comes from a different site.

Moreover, it seems they use the same number everywhere, whenever noise.png is mentioned. For example,

/* rule for navigation bar */
background: url('/images/noise.png?1333540701'),linear-gradient(#E0E0E0,#CCC,#B0B0B0)
/* rule for #main */
background: #F2F2F2 url('/images/noise.png?1333540701') top left;

I observed the same pattern but with different numbers at Matt Gemmell‘s site.

  • 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-05T00:13:42+00:00Added an answer on June 5, 2026 at 12:13 am

    The number is just a part of the URL that is sent to the server to fetch the image.

    There are two common reasons for doing this:

    • The resource on the server is not a static file, it is handled by code, and it returns different images depending on the number.
    • The number is ignored by the server, and it’s just used to produce different URLs. This is usually for caching reasons, so that changing the number will force a new request to the server.

    In this case the second reasons seems more likely. When a query string is used to return different images, the resource name is usually more generic.

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

Sidebar

Related Questions

I have seen a web page source code containing the following css declaration at
I'm sure some of you have seen the following: <link rel=stylesheet src=styles.css media=screen,projection />
Anyone seen this before? Simple textarea that I have set to the following CSS:
Kindly visit the following website: property.consultfinman.com You must have seen the problem, if you
I have seen the following code in a website... what does this mean?.Can i
I have seen the following exception case several times public SomeClass(IEnumerable<T> someValues) { if
I have seen the following #include directives: #include <xstring> #include <cstring> #include <string> #include
I have seen the following question but I still have a few doubts. Sending
I have seen lot projects following this kind of coding style Any significant advantage
I have seen many articles and Questions/Answers Regarding Lock Escalation but following things are

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.