Log in

View Full Version : Links Not Appearing in IE7 !?



tysty7
05-23-2009, 06:36 PM
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

thetestingsite
05-23-2009, 07:38 PM
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.


After looking harder at the css in /includes/templates/classic/css/stylesheet.css, I found this:


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.

cart123
05-24-2009, 05:05 AM
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