Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18
  1. #11
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,267
    Plugin Contributions
    3

    Default Re: Links From Custom Main Page

    What about using an image map?
    20 years a Zencart User

  2. #12
    Join Date
    Oct 2008
    Posts
    109
    Plugin Contributions
    0

    Default Re: Links From Custom Main Page

    Sorry - new at that one too! How would I go about doing that?

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

    Default Re: Links From Custom Main Page

    Basic html coding for your custom page you can Google for more image map creation and start with this one
    http://www.javascriptkit.com/howto/imagemap.shtml
    Zen-Venom Get Bitten

  4. #14
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,267
    Plugin Contributions
    3

    Default Re: Links From Custom Main Page

    I helped someone on image mapping, with a post a couple of weeks ago... Do a search for "image map" or hotspot.
    Last edited by schoolboy; 6 Jan 2009 at 10:24 PM.
    20 years a Zencart User

  5. #15
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,267
    Plugin Contributions
    3

    Default Re: Links From Custom Main Page

    20 years a Zencart User

  6. #16
    Join Date
    Oct 2008
    Posts
    109
    Plugin Contributions
    0

    Default Re: Links From Custom Main Page

    Many thanks to you both. I should be able to get it working with all of that

  7. #17
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Links From Custom Main Page

    Glad to see that things look in hand.
    BTW, you can have an id for a link, but you can't put two "a" tags into it:
    HTML Code:
    <a id="womensLink"a href="http://www.imagocollections.com.au/index.php?main_page=index&cPath=33"></a>
    It would be like this:
    HTML Code:
    <a id="womensLink" href="http://www.imagocollections.com.au/index.php?main_page=index&cPath=33">content</a>
    And yes, you would want some content in the link. You can use pixel_trans.gif which is a one-pixel transparent image, used for this kind of placeholder elsewhere in Zen Cart. So content would be <img src="http://www.imagocollections.com.au/images/pixel_trans.gif">

    You wouldn't address a link named #womensLink as
    #womensLink a {
    but as
    a#womensLink {

    #womensLink a {
    means a link inside an element named #womensLink.
    Last edited by gjh42; 7 Jan 2009 at 09:59 AM.

  8. #18
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Links From Custom Main Page

    It is possible that IE doesn't treat an id in a link correctly; there are plenty of other examples of it choking on valid CSS treatments.

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Subcategories links will not remove from main page
    By Aplus Shoes in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 27 Sep 2009, 08:07 PM
  2. Remove custom links from popup page
    By bswinnerton in forum Templates, Stylesheets, Page Layout
    Replies: 16
    Last Post: 29 Jul 2008, 05:31 PM
  3. How to remove category links from main page?
    By GeorgeR in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 3 Mar 2008, 05:30 AM
  4. Hide Certain EZ Pages Links from main page??
    By lmw1 in forum Basic Configuration
    Replies: 0
    Last Post: 6 Oct 2007, 12:18 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