http://www.taijiclub.org/en/Main_Page
In Firefox 1.5.0.2, try Roosevelt Park or Registration in the sidebar. Doesn't work. Works in Internet Explorer.
I suspect it's a CSS issue, but I'm not sure.
Links on a sidebar not clickable
Moderator: General Moderators
- Ambush Commander
- DevNet Master
- Posts: 3698
- Joined: Mon Oct 25, 2004 9:29 pm
- Location: New Jersey, US
-
d3ad1ysp0rk
- Forum Donator
- Posts: 1661
- Joined: Mon Oct 20, 2003 8:31 pm
- Location: Maine, USA
html > body > div #content > p, beginning with "The founder of Taiji" is stretching 100% (like it should, afaik), but it has a higher z-index than the sidebar.
It is ontop of it. I can click Roosevalt, but not park, due to the line break pushing it under the <p>.
I believe setting the z-index of div #sidebar will solve the problem.
It is ontop of it. I can click Roosevalt, but not park, due to the line break pushing it under the <p>.
I believe setting the z-index of div #sidebar will solve the problem.
- Ambush Commander
- DevNet Master
- Posts: 3698
- Joined: Mon Oct 25, 2004 9:29 pm
- Location: New Jersey, US
Who would have thought... The display:relative is causing all the problems... so I'll use some conditional comments to have it only kick in during Internet Explorer. Setting the z-index is a quick patch... otherwise the next time I want to float something and forgot, the problem will manifest itself again.
- Ambush Commander
- DevNet Master
- Posts: 3698
- Joined: Mon Oct 25, 2004 9:29 pm
- Location: New Jersey, US