2012-12-02 2 views

답변

1

둘 다 인라인 블록으로 만들고 처음에 50px margin-right를 추가하십시오. http://jsfiddle.net/bpR7H/

참고 :

<style>h1, h2 { display: inline-block; margin-right: 50px; }</style> <h1>my thing</h1> <h2>my other thing<h2> 

이 예제를 참조하십시오
절대 위치 요소가 다른 요소의 위치에 영향을 미치지 않기 때문에 당신은 제대로 작동하려면이에 대한 position: absolute를 방지 할 필요가있다.

관련 문제