Bjoern Hoehrmann wrote: > It seems you want to place an element relative to another element, why > would you use absolute positioning at all here? I need to place element C below element A and to the right of element B. i.e. header, sidebar, and content. The other constraint is that in the HTML source element C (the sidebar) must come *after* the content in accordance with web accessibility guidelines and compatibility with older browsers. Therefore floats don't solve the problem because a floated element only floats next to an element that follows it, not one that precedes it. -- Elliotte Rusty Harold elharo@metalab.unc.eduReceived on Thursday, 30 September 2004 14:34:46 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 27 April 2009 13:54:32 GMT