| Stan Brown 2003-12-14, 11:12 am |
| In article <3fdc6a99_1@news.arcor-ip.de> in
comp.infosystems.www.authoring.html, Tilman Hesse wrote:
quote:
>(Stan Brown in comp.infosystems.www.authoring.html)
>
>I don't know about the respect, but my page does just as requested:
>http://www.attac.de/jena/
I appreciate the link, showing a different approach from Jukka's.
You also wrap the content in a big <div>, but position that
_relatively_. Is there a reason you have two separate navigation
<div>s, the first unpositioned and the second positioned absolutely?
I don't understand why you position the second one absolutely rather
than just let it flow.
quote:
>Another one (for testing) http://www.attac.de/jena/tests/index2.htm
This is interesting, too. Thank you.
What was wrong with my efforts, I think, is that I tried to position
<body> and a <div> that was contained in that body. You and Jukka
both have separate <div>s that are children of the same <body>. This
gives me something to work with.
--
Stan Brown, Oak Road Systems, Cortland County, New York, USA
http://OakRoadSystems.com/
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/
|