HTML DIV Styles / Layout

1 month ago 31
ARTICLE AD BOX

In HTML, I want to do the following:

|------|------|-------|-----| | | div2 | div3 |div4 | | div1 | -------------------| | | div5 | div6 |div7 |

I always want div1 to be absolute on the left, but all the following div components to tile on the right depending on their width and amount of display available.

I know there is lots of ways of doing this in terms of DIV TAGS and display options, but is there a simple way of doing this, thanks in advance!

Read Entire Article