Just upgraded to Firefox and discovered that all my hyperlinks were jumping to the right when I hovered over them…
Replacing the original style declaration of
A:hover { border-bottom: 1px dashed #555; }
with
A:hover { color: #999999; text-decoration: none;}
has worked around it…
Anyone know how to report bugs to Mozilla?