> Joseph Sims:

> > Okay, so the way I expect this to act, with my understanding of 
> > positioning, 
> floats,  and clears, is not the way it acts. I want to know if there is a way 
> I 
> can get it to act right.
> >
> > Basically, Is there a way to get an element to only clear floated elements 
> within the same parent containing element as it is in? I thought position 
> relative would do this, but it doesn't.
> >

> Hello,
> 
> you could define "float:left;" or "position: absolute;" for #Main. 
> Either way will cause the clears of the inner objects only to be 
> influenced by the other floated objects within #Main, but not by #Side.
> 
> Christian

Yeah, that would work in this situation, but in my actual implementation there 
is quite a bit more going on. I really feel like you SHOULD be able to define a 
clear to being relative to it's parent box, or being relative to the entire 
page. Just as you can with relative positioning. CSS3 should take this into 
consideration. Mr. Meyer, can you push this one through please? ;-)

Any other insights from anyone?

~ Joseph  



      
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to