~system/extras/help/jdoc.css contains the line:

a:hover   {color: #ff0000; text-decoration: underline}

I think this should be

a[href]:hover   {color: #ff0000; text-decoration: underline}

For an example of why, visit the release notes in firefox
and position the mouse over the paragraph following 
"j601 features".  This paragraph has <a name=> and so
gets the a:hover style.

-- 
Raul

----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to