layout - 960gs grid Inside grid -


is possible have inside grid surrounded outer grid contents flows around inside grid happens in image float left/right.

---------------------------| |                          | |  grid_8                  | |                          | |------------|             | |            |             | | grid_4     |             |          |            |             | |------------|             | |                          | |                          | |--------------------------| 

thank

try this

http://jsfiddle.net/qcjef/2/

css

.grid_8{     width:960px;     background-color:red;     border:#fff 1px dashed;     padding:95px 0 110px;     vertical-align:middle;  } .grid_4{     width:480px;     background-color:blue;     border:#fff dashed 1px;     padding:100px 0;     margin:100px 0 0 0; } 

Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -