Quote:
Originally Posted by acast
Hi, i have the enlighten style, this is the code in the CSS (the logo is there, not in header):
(cut)
What i have to do to have the banners where is the header_logo?. Thanks if someone can help me.
|
Sorry, the rotating banners won't work with CSS. For use with CSS, you could use only static banners or a script made specificly for CSS image replacements, which is however not supported by all browsers.
A script replacement in CSS would read like:
Code:
#logo {
background: url(anywhere/script.php);
width: 470px;
height: 102px;
float: left;
margin: 0;
padding: 0;
}