Forum Moderators: not2easy
These are simple links, they all show up and are clickable in IE.
I just discovered with Firefox, the first 2 links are clickable but the 3rd link (furthest to the right) can't be clicked. Nothing happens on Mouseover.
It seems any link that is to the right of a certain area on the page, is unclickable.
I have no idea why
Any thoughts?
It seems any link that is to the right of a certain area on the page, is unclickable.
Sounds like an absolutely positioned element is sitting on top of that area of the page. Double check the "coordinates" of any absolute elements as defined by their left, right, top and bottom properties to see if one is covering the link.
cEM