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.here is the css code im using in my stylesheet.Code:<div id="standingoutside" class="standout"></div>Code:.standout{ float:right; margin-top:-50px; background-image: url(../images/cornertrust.gif); }



Reply With Quote

Bookmarks