Website is: http://www.talons-guild.com/forums/

Please try to click the link on the left side that says "Home"--it does not work for me. Any idea why?

有帮助吗?

解决方案

You can fix it by removing the z-index property from div#header on your CSS.

其他提示

Because your div with ID of header is on top of it with a higher z-index, which essentially blocks it. Give your paragraph with class menu a higher z-index (and a position) and it will work.

The Header Div Container witch include bird size over the text and it z-index over it too so change size or z-index for item menu

<a style='z-index:10;' href="http://www.talons-guild.com/index.php">Home</a><br />

regard's

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top