タグを使用してプロパティを設定しました<div style="margin:0 auto; ">
が、正常に動作しています。しかし、私はこれを上記でもう1つ使用し、フロートを以下のように設定しました
.gallery-div{ background:url(images/gallery-bg.png) repeat-y;
float: left;
width:101px;
margin:2px 2px 0px 2px;
border-bottom:2px #9b9b9b solid;
}
問題は、中央ではなく左側に表示されることです。削除する場合
float: left; then it appear one below the other like that.
以下のスクリーンショットを参照してください
助けていただければ幸いです。