Glenn, I'm having a little trouble following the instructions here. For some reason, I just can't wrap my brain around it.
Quick explanation.
I'm wanting different category logos, Not backgrounds. I've got the background part down I think. No problem there.
How do I use this mod to make different logos for each category. Everything I've tried according to what I've read in this thread just puts everything behind my existing (current) logo as a background.
If you want to check it out, I am testing it on THIS page of my site, (the other logo is there, just in the background) and this is the the css I've used:
Code:
/*testing on gift certificate page
.smartBG_95 #headerLogo {
background-image: url(../images/smartbg_95.gif);
background-repeat: no-repeat;
float : none;
margin : 0 0 0 0;
text-align : center;
}
The home page logo is a flash logo, and I am using this code to kill that for the rest of the site:
Code:
<?php
if ($this_is_home_page) {
include('top_main.php');
}
else
{
include('top2.php');
}
?>
This doesn't seem to interfere with SBG at all though.
Anyway, any help would be much appreciated.
Thanks,
Tom