我的网页的Z字形布局

时间:2013-06-08 05:39:15

标签: html css

http://gunzhaxplz.com/transitions/example2/index2.html

我希望我的布局看起来像左边和右边的可变尺寸div标签我将如何设置左右两侧的样式请帮助 enter image description here

我使用过的重要风格:

.rightside {
margin-left:200px;
float: right;
}

1 个答案:

答案 0 :(得分:3)

这是你在找什么?替代浮动权利http://jsfiddle.net/itz2k13/CTKPJ/

.right{
  float: right;
}
div{
  clear: both;
}