Quote:
Originally Posted by y2ksw
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;
}
|
Ok, and how can i put the code of the css in the header so i can use this addon with my design? Do you know how can i do it looking that code?
Thanks for your answer friend.