I had this problem, and have spent all night finding the cause. After stripping my css apart, and putting it back bit by bit i discovered a random tag in my main style.css.
*:focus {
visibility: hidden;
}
Since i have removed this all my links and form entry boxes are working fine. It was really weird that it was only in firefox and not safari aswell?