Results 1 to 6 of 6

Hybrid View

  1. #1
    Join Date
    Nov 2009
    Location
    North Bendigo, VIC, Australia
    Posts
    158
    Plugin Contributions
    0

    Default Header Imager with Clickable Links

    Can someone tell me how to make a header banner with clickable links please?
    What needs to be done etc?

    I have this so far but I think it could be wrong...

    [SCR]http://www.integritylabels.com.au/shop/includes/templates/custom/images/template3.png[/SCR]

    Kind Regards Casey
    Last edited by Kim; 8 Jul 2010 at 04:14 AM.

  2. #2
    Join Date
    Jan 2010
    Location
    Australia
    Posts
    239
    Plugin Contributions
    1

    Default Re: Header Imager with Clickable Links


  3. #3
    Join Date
    Nov 2009
    Location
    North Bendigo, VIC, Australia
    Posts
    158
    Plugin Contributions
    0

    Default Re: Header Imager with Clickable Links

    Quote Originally Posted by gaurav10feb View Post


    Thanks for the link... I am just a little confused as to how to get the coordinates onto the text etc.


    Maybe the text are seperate images ????

    Kind Regards Casey

  4. #4
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Header Imager with Clickable Links

    Post #8 here details how I did an image map. I think it's easier using CSS:

    http://www.zen-cart.com/forum/showthread.php?t=150835

    Looks a little daunting, but it's pretty simple once you grasp the idea.

  5. #5
    Join Date
    Nov 2009
    Location
    North Bendigo, VIC, Australia
    Posts
    158
    Plugin Contributions
    0

    Default Re: Header Imager with Clickable Links

    Quote Originally Posted by stevesh View Post
    Post #8 here details how I did an image map. I think it's easier using CSS:

    http://www.zen-cart.com/forum/showthread.php?t=150835

    Looks a little daunting, but it's pretty simple once you grasp the idea.


    Thanks for your help. I finally got it to work with your above link that you provided.

    However, When you visit this page using the link in my banner, you will see on the right side of the screen/sideboxes the text is pushed there for some reason.
    Why would this be happening and how can it be fixed please?

    Kind Regards Casey

  6. #6
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Header Imager with Clickable Links

    This is the fisrt part of the FAQ page:

    <div class="centerColumn" id="faq">
    <h1 id="faqHeading">Frequently Asked Questions</h1>


    You used the same id (faq) for your image map, and positioned it with:

    #faq {
    float:left;
    position:absolute;
    width: 100px;
    height: 70px;
    margin-left:682px;
    margin-top:167px;
    }

    so the stylesheet is applying the same positioning to the page header.

    You'll need to rename that id in your image map.

 

 

Similar Threads

  1. v151 Make SubCategory images clickable links...
    By Primo Pipez in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 9 Mar 2013, 05:04 AM
  2. Insert clickable links in product description
    By liver_pudding in forum General Questions
    Replies: 6
    Last Post: 20 Mar 2008, 06:46 AM
  3. Links not clickable in IE6&7
    By shocker in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 4 Oct 2007, 02:27 PM
  4. Header image with clickable links in it...possible?
    By shelbydesignshoppe in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 13 Sep 2007, 08:24 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