Phill Pafford
09-25-2008, 09:58 AM
Okay,
So Here is what I want, I have 9 div elements on a page that I want to display like this:
elem #1 elem #2
elem #3 elem #4
elem #5 elem #6
elem #7 elem #8
elem #9
As they are now they display like this
elem #1
elem #2
elem #3
elem #4
elem #5
elem #6
elem #7
elem #8
elem #9
The order is not a big deal I just want to display them by 2 in a row instead of 1 in a row to save screen scrolling and dead space to the right of the divs.
Now each div takes up about 50% of the screen, so they should fit 2 in a row.
is there a way to use the unordered list to get this effect? or another way?
So Here is what I want, I have 9 div elements on a page that I want to display like this:
elem #1 elem #2
elem #3 elem #4
elem #5 elem #6
elem #7 elem #8
elem #9
As they are now they display like this
elem #1
elem #2
elem #3
elem #4
elem #5
elem #6
elem #7
elem #8
elem #9
The order is not a big deal I just want to display them by 2 in a row instead of 1 in a row to save screen scrolling and dead space to the right of the divs.
Now each div takes up about 50% of the screen, so they should fit 2 in a row.
is there a way to use the unordered list to get this effect? or another way?