Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
float:left;でdiv内でアンカーを取得しましposition:relative;margin-bottom:15px;た。 何らかの理由で、margin-bottom は適用されず、テストしたところ、問題はフロートと相対位置に関連しているとわかりました。
float:left;
position:relative;margin-bottom:15px;
修正方法がわかりません。ご協力をお願いいたします。
HTMLをいじる
それがどのように見えるべきか、そして実際にどのように見えるかのスクリーンショット:
浮動要素を含むマージンは、通常、価値があるよりも問題が多くなります。代わりにパディングを使用してください。