I have a CSS where the background image will not display. See site
http://www.bearsystems.com/
it would be most noticable at the bottom where the counter is displayed. "bear" is the directory of the where the image is located. Everything else displays correctly.What is wrong with the background image??
Thank you in advance,
Mike
//////////// start css //////////////////
{
background: url(../bear/bg-scanlines.gif);
}
a {
text-decoration: none;
color: #336699; /* med. blue */
}
a:hover {
text-decoration: underline;
color: #cc0000; /* dk. red */
}
P {
font-family: Arial;
font-weight: bold;
}
H1 {
font-family: Arial;
}
H2 {
font-family: Arial;
}
H3 {
font-family: Arial;
}
DT {
font-family: serif;
font-size: 14pt;
font-style: normal;
font-variant: normal;
font-weight: bold;
}
DD {
font-family: serif;
font-size: 13pt;
font-style: normal;
font-variant: normal;
font-weight: bold;
color: green;
}
LI {
font-family: Arial;
font-size: 14pt;
font-style: normal;
font-variant: normal;
font-weight: normal;
color: black;
letter-spacing: normal;
word-spacing: normal;
text-transform: none;
line-height: 22pt;
}