Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Feb 2007
    Location
    West Texas
    Posts
    128
    Plugin Contributions
    1

    help question Can someone help me with an image map header?

    I know how to create the image

    I know how to create the hot spots and code

    What I dont know is where and what I do with theses two.

    Let's say I assume I upload the image to the same place where I have my current header. (I don't use a logo)

    If that's correct, I know I need to do some "defines" but really need some hand holding on what to write and where to put it.

    Any and all help greatly appreciated!

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Can someone help me with an image map header?

    If yours is similar and you have a defined map - in a copy of the tpl_hrader.php for your template try this inserting your code & links but retaining some NEW div for it. If later you need to adjust something allowed in the css(red is existing)
    Code:
    <!--bof-branding display-->
    <div id="logoWrapper">
    <div id="logo"><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">' . zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT) . '</a>'; ?>
    
    <!-- begin top navigation -->
    <div id="navHead">
    <img name="xxxxxxxxxxxxxx" src="file://url...images/image.gif" width="800" height="200" border="0" usemap="#m_xxxxxxxxxxxxxxx" alt="">
    <map name="m_xxxxxxxxxxxxxxx">
    <area shape="rect" coords="668,130,779,200" href="http://www.domain.com/zen_cart/store/index.php?main_page=contact_us" alt="" >
    <area shape="rect" coords="620,131,668,200" href="http://www.domain.com/faq.htm" alt="" >
    <area shape="rect" coords="511,131,619,200" href="http://www.domain.com/newsletter.htm" alt="" >
    <area shape="rect" coords="397,130,510,200" href="http://www.domain.com/zen_cart/store/index.php?main_page=login" alt="" >
    <area shape="rect" coords="315,130,395,200" href="http://www.domain.com/gallery/" alt="" >
    <area shape="rect" coords="255,129,314,200" href="http://www.domain/##########################" target="_blank" alt="" >
    <area shape="rect" coords="184,127,255,199" href="http://www.domain.com/about.htm" alt="" >
    <area shape="rect" coords="123,127,184,199" href="http://www.domain.com/some page" alt="" >
    <area shape="rect" coords="0,127,122,199" href="http://www.domain.com" alt="" >
    </map>
    <!-- end top nav --></div>
    </div>

  3. #3
    Join Date
    Feb 2007
    Location
    West Texas
    Posts
    128
    Plugin Contributions
    1

    Default Re: Can someone help me with an image map header?

    Thank you so much! I will give it a try and will post back on results.

    Did you know that this same question has been asked at least 8 times that I could find in the forum, and no one ever gave an answer until YOu! Some ppl gave Partial answers then abandoned the thread.........

    so thank you again!

 

 

Similar Threads

  1. Help with custom Header/Image Map
    By Tyger in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 17 Oct 2010, 03:33 PM
  2. Can I use an image map as a header?
    By Tyger in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 18 Jan 2010, 07:14 PM
  3. Adding Image Map to header with Smart Backgrounds
    By cspan27 in forum Addon Templates
    Replies: 16
    Last Post: 25 Jul 2009, 01:14 AM
  4. Can I add an HTML image map into the header?
    By touchclothing in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 25 Jun 2009, 10:24 PM
  5. I have 2 header Images can someone help
    By touchclothing in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 4 Apr 2007, 02:48 AM

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