Lining up content in divs without table cells
Posted
by Mike
on Stack Overflow
See other posts from Stack Overflow
or by Mike
Published on 2010-05-26T16:27:09Z
Indexed on
2010/05/26
16:31 UTC
Read the original article
Hit count: 160
Hi, I have two rows of links like:
Link 1 Link 2 Link 3 Link 4
Link 5 Link 6 Link 7 LInk 8
I need the top four links to align with the top bottom links regardless of how many characters are in the link. For example,
This is link 1 This is link 2 Link 3 L4
LInk 1 Link 2 that is longer Link 3 L4
I can do this with tables and td cells but how can this be accomplished just using divs?
Thanks.
© Stack Overflow or respective owner