On 24/05/06, Christian Heilmann <[EMAIL PROTECTED]> wrote:
>
> > > I am trying to create a page that isn't going to have the same height
> > > content in each row, but
> > > needs to line up like this:
> > >
> > > AAAAA BBBBB
> > > AAAAA
> > >
> > > CCCCC DDDDD
> > >       DDDDD
> > >
> > > EEEEE FFFFF
> > >
> > > GGGGG HHHHH
> > > GGGGG HHHHH
> >
> > Off the top of my head, I'd do something like this.  Since I don't know
> > what the content is, I'm using generic elements
>
> > <div id="row1">
> > #row2, #row3, #row4 { clear: left; }
>
> ...also remember it's not just a question of whether tables or css are
> easier to achieve this. Tables used in this way do not indicate the semantic
> structure of your document and compromise accessibilty, ease of maintenance,
> flexibililty and futureproofing, so much better to learn the css way now and
> you will be at a real advantage later, as well as doing things correctly!
>



-- 
http://www.web-buddha.co.uk

dynamic web programming from Reigate, Surrey UK (php, mysql, xhtml, css)

look out for project karma, our new venture, coming soon!
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to