Page 1 of 2 12 LastLast
Results 1 to 10 of 18
  1. #1
    Join Date
    Oct 2008
    Posts
    109
    Plugin Contributions
    0

    Default Links From Custom Main Page

    Hi

    I'm building a custom front page with links to my cataloge.

    My problem is the links work in Mozilla but not in Internet Explorer.

    In the define pages editor for the main page i have;

    <a id="womensLink" href="http://www.imagocollections.com.au/index.php?main_page=index&cPath=33"> </a>

    and in my stylesheet I have;

    #womensLink {
    position: absolute;
    top: 220px;
    left: 513px;
    height:200px;
    width: 158px;
    }

    My site is located at http://www.imagocollections.com.au

    Any help would really be appreciated.

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

    Default Re: Links From Custom Main Page

    Try correct anchor text format
    Code:
    <a href="http://www.imagocollections.com.au/index.php?main_page=index&cPath=33"> </a>
    Let us know
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Oct 2008
    Posts
    109
    Plugin Contributions
    0

    Default Re: Links From Custom Main Page

    Hi

    Just tried your suggestion and tried putting < > in every place i could think of, all of which stopped it working in Firefox too. Got it working in Firefox again using 'a href' as below.

    <a id="womensLink"a href="http://www.imagocollections.com.au/index.php?main_page=index&cPath=33"></a>

    Still not working in IE though. Any ideas?

    Thanks

  4. #4
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,692
    Plugin Contributions
    11

    Default Re: Links From Custom Main Page

    see below
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  5. #5
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,692
    Plugin Contributions
    11

    Default Re: Links From Custom Main Page

    Quote Originally Posted by Craig Robbo View Post
    <a id="womensLink"a href="http://www.imagocollections.com.au/index.php?main_page=index&cPath=33"></a>
    As you've found out, firefox is extremely forgiving while IE is stOOpid. You cannot have to a calls without the dumb IE going "HUH!?!"
    You're better off moving the id to a div outside the <a href...
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

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

    Default Re: Links From Custom Main Page

    Hi

    I'm really sorry but could I trouble you for an example of what you mean there. I'm a total newbie when it comes to HTML - I only got the code for the links because "zen-master" ghj42 gave it to me.

    Thanks for your help

  7. #7
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,692
    Plugin Contributions
    11

    Default Re: Links From Custom Main Page

    Change this
    <a id="womensLink"a href="http://www.imagocollections.com.au/index.php?main_page=index&cPath=33"></a>
    to
    <div id="womensLink"><a href="http://www.imagocollections.com.au/index.php?main_page=index&cPath=33">SOMETHING HERE PLEASE</a></div>
    would probably work. Without the SOMETHING HERE PLEASE, nothing will show up.
    Then your css would change to
    #womensLink a{
    position: absolute;
    top: 220px;
    left: 513px;
    height:200px;
    width: 158px;
    }
    I think you may have either misread ghj42 or caught him when he gave all his coffee to the devs
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  8. #8
    Join Date
    Oct 2008
    Posts
    109
    Plugin Contributions
    0

    Default Re: Links From Custom Main Page

    Thanks a heap for all of that.

    Did as you said but the "SOMETHING HERE PLEASE" text is now displayed on the page and the link is limited to the text.

    Sorry I should have explained myself a bit better. I was after the links to cover the photo frames pictured so that they form the links when they are clicked on.

  9. #9
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,692
    Plugin Contributions
    11

    Default Re: Links From Custom Main Page

    Okay, I see what's going on but where are you defining image zones?
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  10. #10
    Join Date
    Oct 2008
    Posts
    109
    Plugin Contributions
    0

    Default Re: Links From Custom Main Page

    The front page is just one big .jpg. I'm trying to use

    #womensLink a{
    position: absolute;
    top: 220px;
    left: 513px;
    height:200px;
    width: 158px;
    [/COLOR]}

    in my stylesheet to define where the links are positioned (changing the positions for each image). Works for Firefox but not IE. Sorry for the confusion

 

 
Page 1 of 2 12 LastLast

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