Quote:
Originally Posted by Angle4cor
Is it possible to add more than one register.png ?
|
Sure, simply add another div, something like:
div.forcetoregister2 {
background:url(images/misc/register.png);
background-repeat: no-repeat;
width:300px;
height:200px;
padding:0 5px 3px;
position:fixed;
right:1px;
bottom:0px;
z-index:1;
}
And the code in the header template would look something like this:
<vb:if condition="$show['guest']"><a href="/register.php"><div class="forcetoregister"></div><div class="forcetoregister2"></div></a></vb:if>