05-14-2009, 05:38 PM
|
#1 (permalink)
|
|
The Gregarious
Join Date: Feb 2009
Location: New York
Posts: 645
Thanks: 64
|
Help with DIV....
Hey guys,
Can someone point me in the right direction for this DIV issue I'm having? Below is what I'd like to do. For the sake of brevity, here's my current DIV structure...
And below it is what I'd like done. Pink area's work fine, it's the orange area where I can't seem to get a new DIV to show up...I'd like to have a box that's about 32px in height and 400px in width...
PHP Code:
<div id="container"> <div style="float:left"></div> <div style="float:right"></div> <div style="float:right"></div> </div>
Just to add:
If I were to do this in tables. I would have 2 rows, 2 columns. Then the left column would have a ROWSPAN of 2, so it would be a big box. Then on the right side, I would have 2 separate table rows to do as I please...
So I'm trying to do the same thing via DIV's...
|
|
|
|