Hi all, Need some help BADLY!! None of my links are working. I've tried Safari, Firefox and iE, but the links just wont work! I've checked the source of each page, and the <a> symbols are there, but the only links that work are the ones in my nav menu. To check it out visit: http://www.eldantel.com I'm positioning the website using z-index and css so the header is one div, the nav is one div, the content another and the footer is the final one. Could I be doing something wrong with the positioning to be getting this error? Thanks for any and all help in this matter!
I don't know, maybe the problem could be this: <!--[if IE 7]><!--> This hack seems to be around all your </a>'s. Try removing them and see what happens.
Using condition statements for IE isn't really a good idea. And I think those condition statements only work in CSS
Yeah i agree, it is only for styling. You might be able to use it in your actual page if you used: <a href="" style=" <!--[if IE 7]> blah blah blah <!--> "></a> But that defeats the point of using a style sheet in the first place. Not tested.
I agree, you should get rid of all those IE6 and IE7 conditions.. I don't see any need to do it this way. Some links work and some don't. The first and third link in the content area doesn't seem to work "Check out our wholesale section for more information." and "please visit our VoIP consultation section. " My guesss is that the path is not correct or the page you're referring to is simply not there (but I could be wrong of course). Check your path, check the location of your pages.
It looks like the pages you are linking to don't exist, I'm pretty sure thats what you are talking about at least.