Is there a way to make divs side by side?
I want the layout
------------
|Header div|
------------
| | |
|ul|iframe |
| | |
But if the iframe is visible:hidden/collapsed the <ul>
will take all the space
------------
|Header div|
------------
| |
|ul |
| |
If I make the ul float left, then the ul will not have width:auto and if I make the iframe position:absolute the ul will always exapand thru the entire site.
All the sites that shows this use ul with a margin. But then the ul will have the margin if the iframe isnt there