Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Position DIVs Always Left, Always Top 1

Status
Not open for further replies.

bdichiara

Programmer
Oct 11, 2006
206
US
I'm looking for a way to put DIVs inside a container (like a Table) where they start of listing downwards and when they hit the bottom of the cell, they wrap back up to the top, like this:
Code:
div1  div7
div2  div8
div3  div9
div4  div10
div5  div11
div6  div12
-------bottom--------

I'm trying to make columns with dynamic data and this would be the easiest method. Any ideas?

-----

_brian.
 
excellent find. I will try that. Thanks.

-----

_brian.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top