2012-03-28 95 views

回答

1

百分比嘗試設置寬度:

#wrapper { width: 100%; } 
4

風格僅僅是一個爛攤子!你包含多個CSS並重新定義幾次。 Have a read on how to write一個CSS,然後給它一個乾淨的。

enter image description here

1

您可以使用

<style type="text/css"> 
body{ 
    width:90% /* or you can also set 900px*/ 
} 
</style> 
0

你可以添加(或修改)一些CSS文件?

如果是設置

.your_website_class { 
width: your_width px !important; 
} 
+0

http://www.w3.org/TR/CSS21/cascade.html#important-rules – kubedan 2012-03-28 12:40:26

0

你的身體有這些

width: 1500px; // set appropriate width 
height: 1600px; // remove this line 

修復這些。

+0

我刪除了高度,但仍面臨同樣的問題。 – Ahmad 2012-03-28 13:02:09

+0

你的寬度呢,它還是1500px? – 2012-03-28 13:07:21

+0

是的,它仍然是1500px – Ahmad 2012-03-29 10:58:45