Thread: Image Maps

Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2008
    Posts
    56
    Plugin Contributions
    0

    Default Image Maps

    Trying to fix my navigation bar at the top of my page:

    I did some more research and found out that the image map code needs to be added to the tpl_header.php, but I am wondering if I am missing something. I put it in but nothing is happening:

    <!--bof-branding display-->
    <div id="logoWrapper">
    <div id="logo"><?php echo '<alt="" width="841" height="60" border="0" usemap="#Map" /><map name="Map" id="Map2">
    <area shape="rect" coords="257,23,304,40" href="Home.html" />
    <area shape="rect" coords="317,22,399,40" href="Aboutus.html" />
    <area shape="rect" coords="415,23,517,41" href="Merchandise.html" />
    <area shape="rect" coords="532,22,671,40" href="Upcomingevents.html" />
    <area shape="rect" coords="686,20,732,41" href="News.html" />
    <area shape="rect" coords="746,22,836,41" href="Contactus.html" />
    <area shape="rect" coords="257,23,304,40" href="Home.html" />
    </map>
    <map name="Map" id="Map">
    <area shape="rect" coords="317,22,399,40" href="Aboutus.html" />
    </map>' . zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT) . '</a>'; ?></div>
    <?php if (HEADER_SALES_TEXT != '' || (SHOW_BANNERS_GROUP_SET2 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET2))) { ?>
    <div id="taglineWrapper">

  2. #2
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: Image Maps

    Please do not start a new topic for an ongoing problem.

    see: http://www.zen-cart.com/forum/showthread.php?t=111549
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

 

 

Similar Threads

  1. v150 Image Maps - a Temporary Fix
    By pamela631 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 7 May 2013, 11:07 PM
  2. Banner Image Maps
    By jtlmusic in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 19 Feb 2009, 04:46 AM
  3. image maps in News letter Images
    By rwoody in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 11 Jun 2008, 09:34 PM
  4. Usa an image with maps as a category image instead of subcategory images
    By ychousa in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 23 May 2008, 07:06 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