T
tshad
I have a page that has the following in my css file that I got from somewone
else:
/**************************************************************
Header Image/Flash Movie
**************************************************************/
#headerImg {
margin: 0 auto;
height: 143px;
background: url(../images/bg/header_image.jpg) no-repeat top left;
}
This doesn't seem to be set anywhere in my code but if I change the name to
#headerImg - the picture doesn't show. What causes it to display? It isn't
part of a class or set on the pages anywhere.
Thanks,
Tom
else:
/**************************************************************
Header Image/Flash Movie
**************************************************************/
#headerImg {
margin: 0 auto;
height: 143px;
background: url(../images/bg/header_image.jpg) no-repeat top left;
}
This doesn't seem to be set anywhere in my code but if I change the name to
#headerImg - the picture doesn't show. What causes it to display? It isn't
part of a class or set on the pages anywhere.
Thanks,
Tom