Pay attention to the part in blue in the first table.
Can check out the problem here

EDIT reproduce by double click at the upper part of first entry.
|
|
|
|
|
|
|
If you select the invisible text and "View Selection Source" in FireFox you'll get the following source:
Could it be that your source has bad whitespace? I estimate that the problem is the following line:
If you Select All on the page, you'll find that under each H2 there is the same amount of white space, and it seems to be covering the first link in each list. In fact, if you save your page and open it in an editor where you can see the ASCII/HEX values for each character, you'll find that the offending whitespace characters are actually |
|||
|
|
|
|
I remember seeing similar bug reports in bugzilla.mozilla.org, but in order to find out anything definitive about this, you'll need to create a simple testcase. Then it's possible to tell if it's a bug and try to find its current status. Or you could try searching bugzilla.m.o for similar issues; it'll be hard to tell if the problem you found is the same as yours or simply has similar effects. |
||
|
|
|
|
Could you show the HTML and CSS? Is it in a DIV that's inside another DIV that floats? |
||||||||
|
|
|
The line-height of the h2 above it is too high, it's overlapping. I'd say set z-indexes to fix it or change the h2 line-height. More reading here: http://www.w3schools.com/Css/css%5Fpositioning.asp |
||