多个DIV错位问题解决

博客围绕前端页面设计展开,涉及Front page和admin page的UI设计。着重讲解了HTML/CSS中两个问题的处理方法,一是上下div布局时,上方div有浮动属性,需在下方div添加“clear:both”清除浮动;二是设置上下div边距时,应给上方div设margin-bottom而非下方div设margin-top。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

 Front page and admin page UI design(Html/CSS)

How to deal with the floating problem of div cover  when divs in the position of up and down?

In this case, both div1 and div2 have the attribute of “float:left”, and we expect the result is left image not the right one.

But It will be wrong if you do not add the attribute of “clear:both” in div2. Thus, we should clear the floating case if up

div has the floating attribute.

 

How to deal with the problem of setting the margin distance between two up div and one down div?

The left picture is what we need when we want to set the margin. But It will fail if you set the margin-top with div3,

rather than setting the margin-bottom with div1 and div2. Sometimes we cannot find the wrong reason if you did

not follow the CSS grammar correctly.

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值