페이지 내부 링크/ページ内移動リンク



The IE Doubled Float-Margin Bug

IEでfloatとmarginの方向が同じの場合marginが2倍になる。

float: left;
margin-left: 10px;

display: inlineを使えば解決できる。

IE에서 flaot와 margin의 방향이 같은 경우 margin값이 2배로 해석된다.

float: left;
margin-left: 10px;

그럴 경우 display: inline을 추가해주면 문제가 해결된다.

参考)The IE Doubled Float-Margin Bug

This website uses IntenseDebate comments, but they are not currently loaded because either your browser doesn't support JavaScript, or they didn't load fast enough.

Leave a Reply