On Feb 29, 2:19 pm, dorayme <doraymeRidT...@optusnet.com.au> wrote:
> In article
> <f832dcc0-490d-4bde-9c41-3c21de35a...@i7g2000prf.googlegroups.com>,
>
> Eric Martin <emarti...@gmail.com> wrote:
>
> > I know this topic has been covered in a number of different ways...but
> > I can't seem to find a solution that fixes the issue I'm having:
>
> >http://www.ericmmartin.com/code/css/float-clear.html
>
> > IE6 & 7 renders the element with class arrow correctly, but the other
> > elements all seem to stack up in one row, seemingly ignoring the clear
> > property.
>
> > What am I missing?
>
> This what you want:
>
> http://netweaver.com.au/test/eric/eric.html
>
Thanks for your dorayme. Unfortunately, once you give the "arrow"
div a height and width, it breaks the positioning - the following
elements. Adding a float:left fixes it in every browser except IE.
>
> (Sure you don't want a table for this instead?)
I'm sure

I ended up just adding a <br/> before the "arrow" div and
everything works as desired now.