Re: difference between h1 and title
In article <Xns944EBD930B4 6Fjkorpelacstut fi@193.229.0.31 > in
comp.infosystem s.www.authoring.html, Jukka K. Korpela wrote:[color=blue]
>Navigation links shouldn't be there but at the end
>of the page, perhaps positioned visually in the upper right corner or,
>to follow suit when playing the Navigation Game, on the left. (That's
>relatively easy to do using CSS.)[/color]
I've always accepted that as received wisdom, until tonight when I
set out to do it. I would like to put my navigation links physically
at the end of each page, so that e.g. Google results will be more
meaningful for users; but I've been unable to figure out how to do
this easy thing.
I was unable to find any page (from the group of frequent posters
here whom I respect) that actually puts navigation links at the end
but uses CSS to position them at the start. I cobbled up
something[1] myself using position:absolu te on both body and the
<div> containing my navigation links, but the table inside the div
lost its own positioning.[2] And from "index dot css"[3] I read that
position:absolu te is problematic in IE and Netscape.
So could you perhaps explain just how to do this "easy" thing, or
point me toward some example where it actually works?
[1] http://www.acad.sunytccc.edu/instruc...nce/listpr.htm
[2] Yes, I know I shouldn't be using a table this way. That's the
next thing I intend to change, after I get this issue resolved.
[3]
tm
--
Stan Brown, Oak Road Systems, Cortland County, New York, USA
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator: http://validator.w3.org/
CSS 2 spec: http://www.w3.org/TR/REC-CSS2/
2.1 changes: http://www.w3.org/TR/CSS21/changes.html
validator: http://jigsaw.w3.org/css-validator/
In article <Xns944EBD930B4 6Fjkorpelacstut fi@193.229.0.31 > in
comp.infosystem s.www.authoring.html, Jukka K. Korpela wrote:[color=blue]
>Navigation links shouldn't be there but at the end
>of the page, perhaps positioned visually in the upper right corner or,
>to follow suit when playing the Navigation Game, on the left. (That's
>relatively easy to do using CSS.)[/color]
I've always accepted that as received wisdom, until tonight when I
set out to do it. I would like to put my navigation links physically
at the end of each page, so that e.g. Google results will be more
meaningful for users; but I've been unable to figure out how to do
this easy thing.
I was unable to find any page (from the group of frequent posters
here whom I respect) that actually puts navigation links at the end
but uses CSS to position them at the start. I cobbled up
something[1] myself using position:absolu te on both body and the
<div> containing my navigation links, but the table inside the div
lost its own positioning.[2] And from "index dot css"[3] I read that
position:absolu te is problematic in IE and Netscape.
So could you perhaps explain just how to do this "easy" thing, or
point me toward some example where it actually works?
[1] http://www.acad.sunytccc.edu/instruc...nce/listpr.htm
[2] Yes, I know I shouldn't be using a table this way. That's the
next thing I intend to change, after I get this issue resolved.
[3]
tm
--
Stan Brown, Oak Road Systems, Cortland County, New York, USA
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator: http://validator.w3.org/
CSS 2 spec: http://www.w3.org/TR/REC-CSS2/
2.1 changes: http://www.w3.org/TR/CSS21/changes.html
validator: http://jigsaw.w3.org/css-validator/
Comment