gpt4 book ai didi

html - 容器漂浮问题

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

sketch

嘿,我的容器草图有一个大问题。我怎么能意识到这一点?当我从两个导航(蓝色容器)设置宽度时,在 Logo (红色容器)下。这两个导航将在屏幕上运行,就在 Logo 旁边。如果我调整浏览器窗口的大小,这两个导航不应在 Logo 下滑动。有人给我举个例子吗?

<html lang="en">

<head>
<meta charset="utf-8" />
<title>New</title>
<style type="text/css">

.logo {
float: left;
width: 260px;
height: 50px;
background: green;
}

.nav-main {
background: red;
}

.nav-sub {
background: blue;
}

</style>
</head>

<body>
<div class="header">
<div class="logo">
.logo
</div>
<div class="nav-main">
.nav-main
</div>
<div class="nav-sub">
.nav-sub
</div>
</div>

</body>

最佳答案

.header{
min-width:320px;
}

check example

关于html - 容器漂浮问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5548775/

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