Link to home
Start Free TrialLog in
Avatar of lawrenjn
lawrenjn

asked on

IE6 unable to "see" links

I have a website that I'm working on in which IE6 cannot see that the links in the nav are in fact links.  I thought that another div might be "on top" of the nav somehow, but even after reshaping the neighboring divs to ensure that wasn't happening, the decrepit browser of yester-century still cannot see the links.  The URL of the site is here:

http://devel.cosmowebsites.com/worldwideweb.peacefulmomentsmassageclinic.com

You will notice some strangeness around the way some of the CSS shows up in the HTML in <style> tags, while other CSS is properly included via <link> tags.  This is because the content is dynamically assigned to the HTML pages (views in MVC), while the stylesheets are static content.

What would have to be altered on this page in order to have the navigation work in IE6
Avatar of slovisa
slovisa

Your link isn't working?
Avatar of lawrenjn

ASKER

OOOOOOOOOOOOOOOPS!!!!!   I erased the DNS entry for the devel subdomain right after I posted that.
ASKER CERTIFIED SOLUTION
Avatar of Gopinathan c
Gopinathan c
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
The png had been fixed using the filter: progId: DXImageTransform.Microsoft.AlphaImageLoader method, but when you do that the filter seems to put the image on top of all the rest of the workings, so nothing in the div can be accessed.  I ended up making an identical div positioned in exactly the same place with a z-index less than zero.  Worked like a charm.  Thank you for putting me on the trail.