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

c# - SelectList with Dictionary, add values to the Dictionary after it's assigned to SelectList -

how can i manage url using .htaccess in php? -

ios - I get the error Property '...' not found on object of type '...' -