how to refer custom images from custom css
All,
I have a custom css for my login page template. which is working fine...
But my css has been structured in such a way that, i use the following to refer to images in css
div#LoginHeader {
position: relative;
width: auto;
margin: 0 auto;
height: 100px;
background-image: url(header-background.png);
background-repeat: repeat-x;
}
Now i have uploaded this image into my workspace....
How do i refer this image in my css????
Thanks