I have the following html:
wookie1 5条回答 渐次进展 (楼主) 2021-02-14 17:47 Delete main container width and .sub_container position absolute and you should be good to go. .main_container { #width:380px; } .sub_container { #position: absolute; } 0 讨论(0) 查看其它5个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
Delete main container width and .sub_container position absolute and you should be good to go.
.main_container { #width:380px; } .sub_container { #position: absolute; }