Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2010
    Posts
    10
    Plugin Contributions
    0

    red flag Need Help With Image Map Banner

    Hello,

    I am trying to add an image map to my Zen Cart like I have on my business website. I tried following this thread http://www.zen-cart.com/forum/showthread.php?t=80885 and added
    PHP Code:
    <div id="logoWrapper"> 
     <div id="logo">
    <?php include('includes/html_includes/imagemap.html'); ?>    
    <?php echo '<a href="' HTTP_SERVER DIR_WS_CATALOG '" usemap="exact_map"></a>' ?>
     </div>
    to my tpl_header override file. But, the links are not working.
    My HTML file is just
    HTML Code:
    <map name="exact_map"> 
     <area shape="rect" coords="13,27,363,119" href="www.myexact.com/dir" />
     <area shape="rect" coords="584,0,658,18" href="www.myexact.com/contact.htm" />
     <area shape="rect" coords="488,0,570,18" href="www.myexact.com/exactpoints.htm" />
     <area shape="rect" coords="411,0,472,18" href="www.myexact.com/inventory.html" />
     <area shape="rect" coords="337,0,396,18" href="www.myexact.com/products.htm" />
     <area shape="rect" coords="264,0,321,18" href="www.myexact.com/services.htm" />
     <area shape="rect" coords="207,0,249,18" href="www.myexact.com/home.htm" />
    </map>

  2. #2
    Join Date
    Aug 2010
    Posts
    10
    Plugin Contributions
    0

    Default Re: Need Help With Image Map Banner

    Is there a way to add an image map in your tpl_header.php file or could you add it through the sylesheet.css file?

  3. #3
    Join Date
    Feb 2009
    Posts
    186
    Plugin Contributions
    1

    Default Re: Need Help With Image Map Banner

    open up includes/templates/YOUR_TEMPLATE/common/tpl_header.php

    add THIS CODE in place of the logo code

    Code:
    <img src="<? echo DIR_WS_TEMPLATE; ?>images/logo.jpg" alt="Logo" width="775" height="265" border="0" usemap="#Map" />
          <map name="Map" id="Map1">
      <area shape="rect" coords="239,222,530,263" href="index.php" />
           <area shape="rect" coords="642,17,762,67" href="index.php?main_page=conditions" />
           <area shape="rect" coords="643,178,759,229" href="index.php?main_page=gv_faq" />
           <area shape="rect" coords="644,130,759,176" href="index.php?main_page=privacy" />
           <area shape="rect" coords="643,72,765,122" href="index.php?main_page=shippinginfo" />
           <area shape="rect" coords="23,61,137,110" href="index.php?main_page=products_new" />
           <area shape="rect" coords="22,118,138,169" href="index.php?main_page=shopping_cart" />
           <area shape="rect" coords="22,11,135,56" href="index.php" />
           <area shape="rect" coords="16,171,136,219" href="index.php?main_page=login" />
        </map>

 

 

Similar Threads

  1. v139h Need Help With My First Banner Ad
    By traytray in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 1
    Last Post: 30 Aug 2012, 10:35 AM
  2. Help with custom Header/Image Map
    By Tyger in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 17 Oct 2010, 03:33 PM
  3. Need Help With Banner
    By MadPricerSales in forum Basic Configuration
    Replies: 3
    Last Post: 29 Mar 2009, 10:40 PM
  4. Can someone help me with an image map header?
    By tolefairy in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 28 Apr 2008, 02:12 AM
  5. Almost there, need help with site map and font in search header
    By bwhitmire in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 31 Jul 2006, 09:26 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