看板 Web_Design 關於我們 聯絡資訊
我目前遇到的問題是用了container把我的導覽列包起來,然後設置中,可是用IE7看 導覽列還是靠左無法置中,想請問大家要怎麼解決呢?謝謝,程式碼如下: <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=big5"> <style type="text/css"> #container { margin: 0 auto; position: relative; width: 100%; height: 100%; } #menu { margin: 0; padding: 0; } #menu ul { border: 0; margin: 0; padding: 0; list-style-type: none; } #menu ul li{ display: block; float: left; text-align: center; padding: 0; margin: 0; } #menu ul li a{ width: 118px; height: 2em; border-top: 1px solid #ccc; border-left: 1px solid #ccc; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; padding: 0; margin: 0 0 10px 0; text-decoration: none; display: block; text-align: center; font-size: 10px; font-wight: normal; line-height: 2em; } </style> </head> <body> <div id="container"> <div id="menu"> <ul> <li><a href="#">up front</a></li> <li><a href="#">articles</a></li> <li><a href="#">about ala</a></li> <li><a href="#">live events</a></li> <li><a href="#">xml feeds</a></li> </ul> </div> </div> </body> </html> -- -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 118.171.138.79
Canboo:container寬度你試著縮小看看 你就會發現問題在哪 09/28 11:07
goldenbee:已縮小,不過還是不知道問題出在哪耶 09/28 11:53
goldenbee:不知道方便解答嗎?謝謝你囉 09/28 11:53
a0955133:center呀孩子... 09/28 15:05
goldenbee:已解決,謝謝各位囉 09/28 15:32