Reputation: 4896
I am struggling a bit trying to achieve the following layout. I have the following divs:
----------------wrapper--------------
| ---------------info-------------- |
| | ----detail-- ---summary-- | |
| | | | | | | |
| | | | | | | |
| | | | ------------ | |
| | | | ----graph--- | |
| | | | | | | |
| | | | | | | |
| | ------------ ------------ | |
| --------------------------------- |
| |
| ---------------info-------------- |
| | ----detail-- ---summary-- | |
| | | | | | | |
| | | | | | | |
| | | | ------------ | |
| | | | ----graph--- | |
| | | | | | | |
| | | | | | | |
| | ------------ ------------ | |
| --------------------------------- |
| |
-------------------------------------
How can I use position and display on my divs to get my page to show correctly?
Upvotes: 0
Views: 71
Reputation: 1029
i have created a sample of what you want.
Hope it helped.
just try to edit the css of what you like it to be or add div.
Upvotes: 2
Reputation: 7536
Try to use 960.css grid layout !
or another way would be using Bootstrap from Twitter, which provides grid solutions, css reset, and many more awesome stylings.
Upvotes: 2