Results 1 to 6 of 6
  1. #1
    Join Date
    Nov 2007
    Posts
    555
    Plugin Contributions
    0

    Default Hot spot - image in the wrong place..help!

    Hi,

    I'm just setting up links in my top banner (hot spots). The links are there (I've yet to position them) but the image is in the wrong place. It should be centred and just above the links - Coaching - Hypnotherapy etc

    In the css I have added

    #logoWrapper {display:none; }

    and the image now displays as a background image to the image map (#imagemap).

    I did this on another site with no problems.

    What have I done wrong? missed?

    Site is here
    username: test
    password: test

    Thanks for any help...if you need more information let me know..

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

    Default Re: Hot spot - image in the wrong place..help!

    Moderator's note: thread moved to Templates and Page Layout forum.
    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.

  3. #3
    Join Date
    Nov 2007
    Posts
    555
    Plugin Contributions
    0

    Default Re: Hot spot - image in the wrong place..help!

    Thanks for moving this

    Still no joy..have tried a few things but they just made it worse...does anyone know?

    The site I have this working on is here

    As you can see there are three hotspots in the main top banner...how do I get this to work (image in correct place) on the other site (see first post for link)

    Does this help?

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

    Default Re: Hot spot - image in the wrong place..help!

    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>

  5. #5
    Join Date
    Nov 2007
    Posts
    555
    Plugin Contributions
    0

    Default Re: Hot spot - image in the wrong place..help!

    Thanks...that did it :) I just had to delete the image map code in the header that I had put in and change sizes etc and its working...just have to figure out the coordinates now!

    Thanks for your help :)

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

    Default Re: Hot spot - image in the wrong place..help!

    no problem, glad to help.

 

 

Similar Threads

  1. Image hover in wrong place
    By art75 in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 4 Aug 2010, 11:28 PM
  2. Hot Spot on a main image
    By pb4 in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 25 Jul 2010, 10:23 PM
  3. Replies: 3
    Last Post: 29 Oct 2009, 05:43 PM
  4. Unknown image in wrong spot
    By pbconline in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 8 May 2009, 05:53 PM
  5. Title is in the wrong place - help!!
    By spiked11 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 4 Sep 2007, 10:59 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