html外部样式css第一个div失效。

css样式表中第一个样式效果出不来,另外发现,只要div的设置哪个在第一个,第一个的样式就出不来。比如现在header排在第一个,header就没样式,nav排第一个nav就没样式。

https://img3.mukewang.com/5c36e0d40001546108200676.jpg

css的代码如下。

https://img2.mukewang.com/5c36e0df0001c8a702910543.jpg

请大家帮帮我,感觉问题解决不了好难受,流泪。。。

千万里不及你
浏览 1050回答 1
1回答

杨魅力

<style>//把这个标签去掉吧,单独的css样式文件是不用写的,下面的那个也是的#header{&nbsp; &nbsp; background-color:black;&nbsp; &nbsp; color:white;&nbsp; &nbsp; text-align:center;&nbsp; &nbsp; padding:5px;}#nav{&nbsp; &nbsp; line-height:30px;&nbsp; &nbsp; background-color:#eeeeee;&nbsp; &nbsp; height:300px;&nbsp; &nbsp; width:100px;&nbsp; &nbsp; float:left;&nbsp; &nbsp; padding:5px;&nbsp;}#section{&nbsp; &nbsp; width:350px;&nbsp; &nbsp; float:left;&nbsp; &nbsp; padding:10px;&nbsp;}#footer{&nbsp; &nbsp; background-color:black;&nbsp; &nbsp; color:white;&nbsp; &nbsp; clear:both;&nbsp; &nbsp; text-align:center;&nbsp; &nbsp; padding:5px;&nbsp;}</style>
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

JavaScript