# CSS Image Issue

**URL:** https://forum.kirupa.com/t/css-image-issue/228260
**Category:** web dev
**Created:** [June 6, 2007, 3:28pm UTC](https://forum.kirupa.com/t/css-image-issue/228260 "2007-06-06T15:28:07Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![gkp\_gaurav1](https://avatars.discourse-cdn.com/v4/letter/g/c37758/32.png) [@gkp\_gaurav1](https://forum.kirupa.com/u/gkp_gaurav1)
#### Post date: [June 6, 2007, 3:28pm UTC](https://forum.kirupa.com/t/css-image-issue/228260/1 "2007-06-06T15:28:07Z")

</div>

Hi all  
Suppose there is a “global.css” which i m calling on my htm page. the css contains some classes that are calling images. like:

.test{  
background-image:url(test.jpg);  
}

But these classes are not called on the web page.  
then my question is that, are those images also load when i visit that web page?
