2012-03-28 4 views

答えて

1

は割合に幅を設定してみてください:

#wrapper { width: 100%; } 
4

スタイルは単に混乱です!あなたは複数のCSSを含み、本体を何度か再定義しています。 Have a read on how to writeをcssしてから、きれいにしてください。

enter image description here

1

あなたは追加(または変更)することができますいくつかのCSSファイルを

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

を使用することができますか?

はい

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

http://www.w3.org/TR/CSS21/cascade.html#important-rules – kubedan

0

あなたの体を設定した場合は、これらの

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

は、これらを修正する必要があります。

+0

高さを削除しても、同じ問題に直面しています。 – Ahmad

+0

あなたの幅はどうですか、まだ1500pxですか? –

+0

はい、まだ1500pxです – Ahmad

関連する問題