2012-04-11 55 views

回答

0

你可以只添加一個margin-left來彌補你的固定側欄的偏移:

例子:

#form{ 
    margin-left: 200px; 
} 
+0

我已經有... – 2012-04-11 16:51:24

+0

我的CSS看起來像這樣 #form { \t FONT-FAMILY:宋體,日內瓦,無襯線字體; \t color:#ffffff; \t寬度:30em; \t margin-left:300px; \t margin-top:100px; } – 2012-04-11 16:51:42

+0

那麼根據網頁開發人員的工具,它沒有被應用,因爲流氓字符。修復你的角色,你是金。 – Gabe 2012-04-11 17:30:20

0

好像你有#後,一些奇怪的字符liston

#liston { 
    font-family:Verdana, Geneva, sans-serif; 
    font-weight: bold; 
    color: #d00101; 
    font-size: 18px; 
    text-align:left; 
    }â <================== here 
#form { 
    font-family:Verdana, Geneva, sans-serif; 
    color:#ffffff; 
    width:30em; 
    margin:auto; 
} 

當我刪除thos E,它工作正常(你仍然需要設置margin:自動保證金左:200像素)

+0

當我在Firefox中使用webdeveloper插件(http://chrispederick.com/work/web-developer/)查看時,發現這些錯誤字符。我猜想在編輯器(如Notepad ++)中加載CSS文件可能會使它們可見。只要刪除它們,再次保存文件,並嘗試一下。 – 2012-04-11 17:07:59

+0

仍然無法正常工作。我修好了一切,沒有改變 – 2012-04-11 17:17:05