Regarding the oft-discussed http://users.rcn.com/neal413 - after altering
the stylesheet to accommodate a fluid design model, encountering odd
behavior.
HTML consists of a relatively-positioned all div, containing a header div,
an innerwrap div (containing the content and navigation divs and a footer
div. These 3 major divs are all relatively positioned. I'd expect them to
fall naturally in order on the page. In Opera display is as expected.
Mozilla is not working on my comuter at the moment, will check that at
first opportunity.
However, in IE6 the nav division, which is absolutely positioned, appears
to be aligning to the content division, which is not a parent but a
preceding sibling (which is not positioned anyway). This seems exceedingly
odd to me.
An additional problem in the IE rendering is the left-float (class "copy")
in the footer.
Any idea why this is happening, and possible reworking of the problem,
would be humbly appreciated.
the stylesheet to accommodate a fluid design model, encountering odd
behavior.
HTML consists of a relatively-positioned all div, containing a header div,
an innerwrap div (containing the content and navigation divs and a footer
div. These 3 major divs are all relatively positioned. I'd expect them to
fall naturally in order on the page. In Opera display is as expected.
Mozilla is not working on my comuter at the moment, will check that at
first opportunity.
However, in IE6 the nav division, which is absolutely positioned, appears
to be aligning to the content division, which is not a parent but a
preceding sibling (which is not positioned anyway). This seems exceedingly
odd to me.
An additional problem in the IE rendering is the left-float (class "copy")
in the footer.
Any idea why this is happening, and possible reworking of the problem,
would be humbly appreciated.
Comment