Links disabled in html

做~自己de王妃 提交于 2020-01-06 07:45:14

问题


I've been working on a revamp of the charity site I'm the webmaster for, heroinitiative.org. It is located here: http://www.heroinitiative.org/revamp/default.html (and no it's not live code, it sits alongside the live site just so I can show progress to my boss, it's not really important to keep it under wraps, which is why I can post it here)

My problem: For some reason all links in the footer (from id "bodyfooter" on down, including anything I put below the "Partners/Thanks" footer) have been disabled. I don't know why this is happening as I've thoroughly reviewed the code.

It happens in: Firefox 3.6.8 Chrome 5.0.375.127 & 6.0.472.53 (just upgraded as I typed this)

but not in: IE 8.0.7600.16385 (or in it's compatibility mode)


回答1:


you have a z-index:-1 on #bodyfooter. main.css line 182

remove this or change it to 0.




回答2:


Your page takes a long time to display in Safari on my Mac.

Whenever I have a page that does not render as I expect, I run it through the W3C Markup Validation Service.

Try fixing the errors displayed here:

http://validator.w3.org/check?uri=http%3A%2F%2Fwww.heroinitiative.org%2Frevamp%2Fdefault.html&charset=%28detect+automatically%29&doctype=Inline&group=0



来源:https://stackoverflow.com/questions/3654527/links-disabled-in-html

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!