emt14
emt14

Reputation: 4896

what is the best way to achieve this layout?

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

Answers (2)

Bert
Bert

Reputation: 1029

i have created a sample of what you want.

http://jsfiddle.net/FFU2Y/

Hope it helped.

just try to edit the css of what you like it to be or add div.

Upvotes: 2

mas-designs
mas-designs

Reputation: 7536

Try to use 960.css grid layout !

Upvotes: 2

Related Questions