On Wed, 3 Mar 2004, Angus Leeming wrote: AL> Angus Leeming wrote: AL> AL> > Ronald Florence wrote: AL> > AL> >> Angus Leeming wrote: AL> >> AL> >>> Ronald, why is the "LyX/Mac" title on this page a hyperlink. It AL> >>> doesn't actually do anything: [...] AL> >>> AL> >>> Ditto for the section titles "download", "prerequisites", "using AL> >>> LyX" etc. AL> >>> AL> >>> Personally, I found 'em confusing so I'm interested in your AL> >>> rationale. AL> >> AL> >> If you go to the Table of Contents in the frame at the bottom of AL> >> your browser screen, you can click on Screenshot, Download, AL> >> Prerequisites, AL> >> Using LyX, etc. to navigate on the page. What is confusing about AL> >> that? AL> > AL> > Ahhh. I hadn't registered that they were labels. I was just AL> > surprised that they turned red as my mouse went over them. Labels AL> > don't usually change colour like that... AL> AL> In fact, looking at the code on the LyX news page, I find that labels AL> such as these have zero size: AL> AL> <a name="item3"></a> AL> <h3> AL> <span class="newsaux"> AL> New resource: AL> </span> AL> LyX WikiWiki site relocated. AL> </h3> AL> AL> so you can navigate to them but have no visual clue that they're AL> anything other than text. Isn't that a 'more conventional' approach AL> to these things?
The standard recommends (if not requires) that you put something inside the anchor so that the target is identifiable in some way. Hence why it is nice to put it around the <h3> there so the headline becomes the identification for the target. It is rather evil CSS to do mouse-over colour changes on anchors. If this is still what you want, then make it a class instead of a global setting. Then use this class on all anchors you want mouse-over effects on.
smime.p7s
Description: S/MIME Cryptographic Signature