Results 1 to 3 of 3
  1. #1
    Join Date
    May 2013
    Location
    New Jersey
    Posts
    16
    Plugin Contributions
    0

    Default Positioning an alpha site seal on my site

    Using zencart V1.5.1 and I am trying to position an alpha site seal in the header of my pages. The site seal can not be edited so the script tags need to be on. I saved the file as jscript_alpha.php and put it in template/my template/jscript/jscript_alpha.php. The seal shows up at the far left top of the browser window outside the page. How do I get the css to position it in the header?

    this is the script:

    <!--- Secure Site Seal - DO NOT EDIT --->
    <span id="ss_img_wrapper_115-55_image_en"><a href="http://www.alphassl.com/ssl-certificates/wildcard-ssl.html" target="_blank" title="SSL Certificates"><img alt="Wildcard SSL Certificates" border=0 id="ss_img" src="//seal.alphassl.com/SiteSeal/images/alpha_noscript_115-55_en.gif" title="SSL Certificate"></a></span><script type="text/javascript" src="//seal.alphassl.com/SiteSeal/alpha_image_115-55_en.js"></script>
    <!--- Secure Site Seal - DO NOT EDIT ---


    This is what I have for my css:

    #ss_img_wrapper_115-55_image_en{
    position: absolute;
    margin-top: 3px;
    margin-left: 180px;
    }

    Do I need to put it in the html_header.php as well and if so, how.

  2. #2
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Positioning an alpha site seal on my site

    first I would move the code to the /includes/templates/YOUR_TEMPLATE/common/tpl_header.php file and put it somewhere within the <div id="headerWrapper"> tag

    in your stylesheet:

    add:

    div#headerWrapper {
    position:relative;
    }

    a#aa {
    position:absolute;
    top:50px;
    left:270px;
    }

  3. #3
    Join Date
    May 2013
    Location
    New Jersey
    Posts
    16
    Plugin Contributions
    0

    Default Re: Positioning an alpha site seal on my site

    Thank you so very much!

 

 

Similar Threads

  1. Secure Site Seal
    By Lawbird123 in forum Addon Payment Modules
    Replies: 9
    Last Post: 3 Dec 2009, 07:16 PM
  2. Adding the Trusted Site Seal to my site.
    By Beau91324 in forum General Questions
    Replies: 4
    Last Post: 14 Nov 2009, 03:32 AM
  3. SSL Site Seal
    By freshstart in forum Basic Configuration
    Replies: 6
    Last Post: 21 May 2008, 06:24 AM
  4. SSL Site Seal
    By Visual Designs in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 9 Dec 2006, 06:47 AM
  5. positioning of Comodo seal popup
    By styledata in forum General Questions
    Replies: 2
    Last Post: 9 Aug 2006, 07:49 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg