我花了幾個小時試圖讓這項權利,但它只是不爲我工作....正如你可以在圖片中看到: 導航不會右對齊
導航僅僅是不對。也許你可以幫助我?該網站是http://elektrikhost.com ....我用Web dev的擴展前面的Firefox爲指導線...我不知道爲什麼它只是不會爲我工作....繼承人的CSS:
nav { background: #282828 url(../images/nav-bg.png) repeat-x; border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; -o-border-radius: 6px; margin: 24px auto; width: 822px; }
nav ul { padding: 13px 0; }
nav ul li { background: url(../images/nav-sep.jpg) left center no-repeat; display: inline; padding: 0 39px; margin: 0 auto; }
nav ul li:first-of-type { background: none; }
nav ul li:last-of-type { /*background: url(../images/ref2.png)*/ no-repeat right bottom; margin: 10px 0 0 0; }
nav ul li a { color: #626262; font: 1.2em Arial, Helvetica, serif; }
nav ul li a:hover { color: #dfdfdf; }
感謝您的幫助...
稍微偏離主題。我發現你使用的是HTML5。我建議你在大多數人開始使用它之前不要使用HTML5。我正在使用我的辦公系統與Firefox 3和IE 7,並發現該網站完全錯位。 IE 7不支持'
您可以使用javascript使IE支持HTML5元素 – pixeltocode 2010-10-07 08:35:39
出於某種原因,在我的MacBook上,在Chrome中,底部會出現不必要的水平滾動條。 – 2010-10-07 08:43:30