This mod is only going to be effective for background images, not foreground images like the logo. If you have an image defined for the logo, it will always cover the background. You need to suppress that image and give #headerLogo a defined height where you want the background to show for the logo. Presumably you would do this in top2.php.
You could add to your stylesheet for each page where you want a bg logo
.smartBG_95 #logo {display: none;}


Reply With Quote
