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
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
Post a Comment