0
我想要圖片加灰色背景居中。居中浮動
人體的樣式設置是這樣的:
body {margin-left:auto;margin-right:auto;width:1000px;}
的圖片設置DIV是這樣的:
{width:auto;margin-left:auto;margin-right:auto;float:right;}
的影像風格是這樣的:
{border:0px;padding:0px;margin:0px;}
如果我刪除浮動圖像周圍的灰色邊框將填充所有頁面。我不想爲邊框指定一定的寬度,因爲有些圖像很大,有些很小。
我需要幫助集中圖像!
我做了你所說的一切,仍然是一樣的東西! – shnisaka
您是否刪除了「float:right」?我有點忘了把這個重要的部分添加到我的初始答案:) – thirtydot
完美!感謝您的幫助 ! – shnisaka