请查阅下代码还有哪里需要改进的地方哈
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 | <!DOCTYPE html> < html > < head > < meta charset = "UTF-8" > < title >导航</ title > < style type = "text/css" > /*导航*/ * { padding: 0; margin: 0; } li { list-style: none; } a { text-decoration: none; } .show { width: 1100px; height: 100px; position: absolute; top: 50%; left: 50%; margin: -50px 0 0 -550px; background-color: black; overflow: hidden; *zoom: 1; } .logo { width: 300px; height: 100px; line-height: 100px; /*background-color: blue;*/ float: left; } .dhx { width: 800px; height: 100px; /*background-color: red;*/ float: left; overflow: hidden; *zoom: 1; } .dhx ul { float: right; } .dhx li { font-size: 26px; margin-right: 50px; float: left; } .dhx ul li a { text-align: center; /*width: 90px;*/ height: 100px; line-height: 100px; display: block; color: #fff; } .dhx ul li a:hover { /*background-color: blue;*/ color: #ccc; } </ style > </ head > < body > <!-- 导航 --> < div class = "show" > < div class = "logo" > < a href = "#" > < img src = "http://img1.sycdn.imooc.com/climg//58c0d2d900016ce303000100.png" alt = "" /> </ a > </ div > < div class = "dhx" > < ul > < li >< a href = "#" >课程</ a ></ li > < li >< a href = "#" >职业路径</ a ></ li > < li >< a href = "#" >实战</ a ></ li > < li >< a href = "#" >猿问</ a ></ li > < li >< a href = "#" >手记</ a ></ li > </ ul > </ div > </ div > </ body > </ html > |
0
收起
正在回答 回答被采纳积分+1
2回答
前端小白入门系列课程
- 参与学习 人
- 提交作业 11218 份
- 解答问题 36712 个
从一个不会编程的小白到一个老司机是需要过程的,首先得入门,学习基础知识,然后才能进阶,最后再到精通,本专题是你走进前端世界的不二选择!
了解课程
恭喜解决一个难题,获得1积分~
来为老师/同学的回答评分吧