Changing the banner when reloading the page.
Delete it out of the CSS and add it directly in the header.tpl.
Everything works (with a little adaptation) :-D
Thx for plugin!
backa, transfer your header logo from css to header.tpl
Example:
you code in css:
div.Header-jpeg
{
position: absolute;
width: 300px;
height: 100px;
background-image: url('mysite.com/images/header_logo.jpg');
background-repeat: no-repeat;
background-position: center center;
}
To header.tpl
<img src="mysite.com/images/header_logo.jpg" style="position: absolute;width: 300px;height: 100px;background-repeat:no-repeat;background-position: center;" />
tnx for Killer :-)
Total: 4, on page: 4
i still dont get it how to use it :s