Forum Moderators: not2easy

Message Too Old, No Replies

links clickable in IE but not firefox

         

brokenbricks

2:22 am on Sep 3, 2005 (gmt 0)

10+ Year Member



I have a page with a table, with a few links to important sections of my site.

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?

createErrorMsg

2:54 am on Sep 3, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



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

brokenbricks

5:10 pm on Sep 3, 2005 (gmt 0)

10+ Year Member



That was exactly it.

Thanks a lot.