개발2014. 9. 23. 18:50
300x250

span 태그에 스타일로 width 로 넓이를 주어도 먹지 않는다. 

한참을 헤맸으나, 결론은 그냥은 안된다는 것이다. ^^


이 때는, display:inline-block; 을 주면 된다고 한다. 

http://stackoverflow.com/questions/257505/css-fixed-width-in-a-span


그러나, 나의 경우에는 display:inline-block; 을 주면, span 간의 간격이 너무 많이 떨어진다. 

다시 구글링.. 위 url 에 다른 답들도 여러가지가 있다. 

display:inline-block; 대신에 float:left; 를 주니, width 는 먹으면서 다닥다닥 붙는다. ^^



우선, <span style='display:inline-block; width:10px;'>




다음, <span style='float:left; width:10px;'>




300x250
Posted by 마스타