SoggyCashew
05-10-2009, 01:55 PM
Hello, I'm using Zencart and wanted to add an image to the bottom right of my screen. I want this image to stay on top of all pages and always be visible. I needed it to work like the comodo SSL image but without the mouse over effect. I added a div tag to my main page.php file and some css in my stylesheet and I just cant get the image to stay there.
<div id="standingoutside" class="standout"></div>
here is the css code im using in my stylesheet.
.standout{
float:right;
margin-top:-50px;
background-image: url(../images/cornertrust.gif);
}
<div id="standingoutside" class="standout"></div>
here is the css code im using in my stylesheet.
.standout{
float:right;
margin-top:-50px;
background-image: url(../images/cornertrust.gif);
}