For some reason the CSS doesn't seem to be loading for me on 2 of my templates, but shows on the default skin.
On the Default template, I have the same problem as FReeSTER.
On my 2 other templates I only get the marquee effect but no image or backgrounds.
Any ideas what could be causing this?
Edit: Fixed the image mutiplying.
Change this part of the CSS.
Code:
#news-heading
{
width:150px;
height:30px;
background-image:url(images/misc/news-bg.png);
float:left;
}
To
Code:
#news-heading
{
width:125px;
height:25px;
background-image:url(images/misc/news-bg.png);
float:left;
}
Still can't work out why the CSS isn't loading from my other 2 templates though.