Z index is not defined:
the result part:
#content {
float: left;
width: 580px;
}
rss-part:
div#sidebar {
float: left;
width: 390px;
}
it should appear in this order:
Content
Sidebar
Both are floated left!
werwolf
> See http://www.w3.org/TR/CSS21/zindex.html for a description of what should
> be painted on top.
>
> Regards,
> Martijn
>
_______________________________________________
dev-tech-layout mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-layout

