网页缩小,会把上面的字记下来,如何解决
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Document</title>
<style>
*{ margin:0;padding:0;}
.nav{
width: 1920px;
height: 100px;
background:black;
}
.nav-left{
width:400px;
height: 100px;
background: url("http://img1.sycdn.imooc.com/climg//58c0d2d900016ce303000100.png") no-repeat;
float:left;
}
.Name{
height: 80px;
float:left;
list-style: none;
margin-left:50px;
}
a{
text-decoration: none;
font-size: 25px;
color: white;
line-height: 80px;
}
.nav-right{
position: absolute;
right: 500px;
}
.bottom{
width: 100%;
height: 80px;
background: black;
}
.bottom ul{text-align:center;}
.bottom ul .foot-name{
color: white;
list-style: none;
display:inline-block;
text-align:center;
font-size: 20px;
margin: 20px;
}
.content{
width: 100%;
height: 1000px;
background:pink;
}
</style>
</head>
<body>
<div class="nav">
<div class="nav-left"></div>
<div class="nav-right">
<ul>
<li class="Name"><a href="">课程</a></li>
<li class="Name"><a href="">课程</a></li>
<li class="Name"><a href="">课程</a></li>
<li class="Name"><a href="">课程</a></li>
<li class="Name"><a href="">课程</a></li>
</ul>
</div>
</div>
<div class="content">
<div class="content-left"></div>
<div class="content-right"></div>
</div>
<div class="bottom">
<ul>
<li class="foot-name">网站首页</li>
<li class="foot-name">网站首页</li>
<li class="foot-name">网站首页</li>
<li class="foot-name">网站首页</li>
</ul>
</div>
</body>
</html>
正在回答
你好,1、建议:可以设置最小宽度,如下,另:水平方向出现滚动条,整体的宽度有点大,建议:可以设置100%哦。
2、右侧的导航,不需要设置定位,设置右浮动即可。例:
祝学习愉快~
- 参与学习 人
- 提交作业 11218 份
- 解答问题 36713 个
从一个不会编程的小白到一个老司机是需要过程的,首先得入门,学习基础知识,然后才能进阶,最后再到精通,本专题是你走进前端世界的不二选择!
了解课程
恭喜解决一个难题,获得1积分~
来为老师/同学的回答评分吧
0 星