I've a fishing website that I've recently converted to CMSMS.
Best Fishing
It used to be a complicated static site but after conversion I've lost the ability to display a header image according to the section of the website.
In the old site I had a class in the body tag like this;
Code: Select all
</__body class=coarse-fishing>
Code: Select all
<td class="Header" id="headerimage">
Code: Select all
BODY.coarse-fishing #headerimage {
BACKGROUND: url(Fishing_Tackle/Images/Header-Tench.gif) no-repeat left top
}
Now using 'divs'. Header div is called 'header'
Anyone know what the correct CSS is?