Well, this does a[href] not work in Internet Explorer 6.0-.
 
Instead the receiving anchor should not
contain any text. Like this
 
<a name=Section1></a>
<h1>Section 1</h1>


----- Original Message ----
From: "Miller, Raul D" <[EMAIL PROTECTED]>
To: Beta forum <[email protected]>
Sent: Monday, June 19, 2006 4:16:52 PM
Subject: RE: [Jbeta] o beta available


~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
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to