On Wed, 2 Jul 2003, Erik Moeller wrote:
Richard-
I think it's highly confusing having the edit section link above and to the right of the section it refers to. Below and to the right would be the more natural position
I would like to have it displayed *right-aligned* with the section heading, and that's how it looks in Mozilla. The HTML used is
<div style="float:right;margin-left:5px;">[edit link]<div> <h2><a name="Anchor name">Page title</a></h2>
Could this be improved somehow? Perhaps this is a case where a table should be used?
death to tables, noooo!!!! :)
A minor problem here is that in a linear browser (text-only, speech, etc) or a browser with no CSS / CSS disabled, the 'edit' link will appear before the header.
A negative top margin on the float should be able to take care of that and let the float be logically placed after the header...
-- brion vibber (brion @ pobox.com)