导航文字怎么居中
导航文字怎么居中啊,求指导
给外层添加css样式{width:960px;margin:0 auto; } 960表示宽度!
是这一段么?我想让导航和屏幕一样宽。就像咱们网站的导航这样。
技术帮助 发表于 2015-8-19 02:02
给外层添加css样式{width:960px;margin:0 auto; } 960表示宽度!
您好,回复在楼下 居中演示:
<div class="waiceng">
<div class="neiceng">.........</div>
</div>
<style>
.waiceng{width:100%; }
.neiceng {width:960px;margin:0 auto; }
</style>
这样设置以后
<div class="neiceng">.........</div>
就会居中显示 技术帮助 发表于 2015-8-20 00:12
居中演示:
这样设置以后
在哪段代码下定义“neiceng”啊? zdnyp123 发表于 2015-8-20 09:55
在哪段代码下定义“neiceng”啊?
5楼的第一段就是完整的代码 技术帮助 发表于 2015-8-20 23:15
5楼的第一段就是完整的代码
我是说,那段代码加在哪里啊? 看一下基础课程吧
http://www.maiziedu.com/course/web/421-5387/ 技术帮助 发表于 2015-8-21 13:08
看一下基础课程吧
http://www.maiziedu.com/course/web/421-5387/
好的,谢谢了。
页:
[1]