목록HTML/Layout (5)
yoursyun
ie7 z-index 문제
ie7 z-index 문제 Page ... a 태그가 메뉴라고 하고,메뉴가 이미지에 가려질 경우. 이미지에 position:absolute 처리를 하면 이미지위에 메뉴가 올라 올수 있다.
HTML/Layout
2014. 5. 27. 17:38
IE 7 의 inline-block 관련 오류 사항
정확하진 않지만, IE 7 까지 호환을 위해 작업을 하다보니, 대부분의 위치 문제는 다시말해 margin 을 이용한 간격간의 문제는, div 태그로 단위 별로 묶은 후, div 태그의 width, height 속성등을 활용하여 간격 조정을 한다면 대부분의 문제는 해결 할 수 있을 것으로 보인다.
HTML/Layout
2014. 3. 11. 19:43
문자열 자르기
해당 width 이상이 넘는글을 잘라버림.
HTML/Layout
2014. 1. 21. 12:09
ul 태그로 테이블 처럼 사용 하기 위한 style
.table_style { width:300px; position:relative; padding-top:10px; }.table_style ul {clear: left;margin: 0;padding :0;list-style-type: none;}.table_style ul.header li {font-weight:bold;text-align:center;border-top: 1px solid #000;}.table_style ul li {float: left;margin: 0;padding: 2px 1px;border-bottom: 1px solid #000;border-left: 1px solid #000;}.table_style ul .column1 {width: 60px;}.table_style..
HTML/Layout
2013. 8. 9. 17:02