Hi everyone.
I'm trying to create a website with a 2x2 layout:
Top-left: logo
Top-right: navigation
Bottom-left: some pictures
Bottom-right: page content
Now, I have all these in a wrapper div.
The logo I set to float-left and that's fine and the navigation I set to float-right and that is fine too.
However I have a problem with the bottom divs: when I try setting the bottom left to float-left it seems to just stick to near the middle rather than the left of the wrapper div but it's still below the logo. It works fine (sticks to the left below the logo) without a float, but then how can I get the bottom-right div in place?
Any idea's what I can do?
Thanks.