Results 1 to 3 of 3

Thread: Links Not Appearing in IE7 !?

  1. #1
    Join Date
    May 2009
    Posts
    1
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Links Not Appearing in IE7 !?

    Links in the main navigation as well as in the footer are just not appearing in IE7. Can anyone help ?

    the page is :

    www.mindandsoul.com/payment

  2. #2
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    It's not just limited to IE7, it doesn't appear in FF 3 either. While looking at the code, it seems that everything is coded correctly, but it seems as though certain anchors are set to be hidden completely (cannot even highlight the text that should be there, just shows empty space). I have never seen anything like this before.

    Edit:
    After looking harder at the css in /includes/templates/classic/css/stylesheet.css, I found this:
    Code:
    a:link, #navEZPagesTOC ul li a {
    	color: #3300FF;
    	text-decoration: none;
    	visibility:hidden;
    }
    You need to remove the highlighted above and it should work.

    Hope this helps.
    Last edited by thetestingsite; 05-23-2009 at 07:44 PM.
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
    TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design

  3. The Following User Says Thank You to thetestingsite For This Useful Post:

    tysty7 (06-01-2009)

  4. #3
    Join Date
    May 2009
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default css

    Yes it does work on your link! That's really odd.

    I'm using a mac and I'm doing my testing on Windows Server 2008 on a virtual machine. I doubt that has anything to do with it but I guess I'll have to check on an actual PC just to be sure.

    Thanks for your help.

    cart123
    Last edited by thetestingsite; 05-24-2009 at 01:44 PM. Reason: removed link from sig.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •