gpt4 book ai didi

Css 列魔法

转载 作者:行者123 更新时间:2023-11-28 13:43:27 28 4
gpt4 key购买 nike

我有以下布局:

b1      b2      b3
c1 c2 c3

并想插入先生。 #monster(argh!)没有改变现有的布局,但实现了以下目标:

b1      b2      b3
ARGH c3
c1 c2

fiddle : http://jsfiddle.net/tt5P8/

目标是拥有一组固定的 css 规则,其中删除或添加 Monster (ARGH) div 将如图 1 或图 2 所示。

最佳答案

这是您要找的吗?

http://jsfiddle.net/tt5P8/1/

#main
{
width: 300px;
overflow:hidden;
}

.box
{
float: left;
width: 100px;
height: 50px;
}

.col
{
float: left;
width: 85px;
height: auto;
margin-right: 15px;
background-color: #CCC;
}

#monster
{
width: 185px;
margin-right: 15px;
height: 100px;

}

也许我没有理解这个问题?

关于Css 列魔法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12144114/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com