본문 바로가기

반응형

전체 글

(161)
FONT / TEXT 스타일 FONT / TEXT 스타일 FONT 속성 PropertyValue Ex CSS font variant weight style size/line-height family 1 font-family dotum,helvetica,sans-serif 1 font-size 12px 1 font-style italic | oblique| normal 1 font-variant small-caps | normal 1 font-weight bold | normal | bolder | lighter 1 TEXT 속성 PropertyValue Ex CSS color #ff0000 1 direction ltr | rtl 2 letter-spacing - 1 line-height - 1 text-align left | cen..
css optimizer http://www.cssdrive.com/index.php/main/csscompressor/
font "돋움" // 한글로 씀 dotum //영어 따옴표 없다
ie6 li사이에 br효과 생길때-> 공백없이 붙여쓰기 element Font font-family font-size font-style font-variant font-weight letter-spacing line-height text-decoration text-align text-indent text-transform white-space word-spacing color Background bg-attachment bg-color bg-image bg-position bg-repeat Box width height border-top border-right border-bottom border-left margin padding max-height min-height max-width min-width..
cross browser word-break 설정 출처:http://blog.naver.com/ribido74?Redirect=Log&logNo=30056975127 이 많은 자료를 찾았으나 오페라는 결국 해결되지 않았다. 오페라는 자바스크립트를 이용해 브라우저를 확인하고 아래의 "​​"를 이용해 처리했다. css로 적용되는 건 IE에서 word-break:break-all, FF에서 word-wrap: break-word;이 적용된다. 참고로 td 태그에서는 암 것도 안 먹는다. 암튼 아래 3가지를 적용해서 해결해야 한다. 올린 파일은 이를 적용해서 막 코딩 한 것이다. 오해 없길 ... ^^;; * FF억지춘향 줄바꿈 출처 : http://bbs.freecount.net/bbs/bbs.php?m=view&bid=study_4&id=210&page=1..
참고사이트 웹표준 참고 http://w3c.org http://w3schools.com http://html.nhndesign.com http://naradesign.net http://hooney.net http://trio.co.kr/webrefer/html/cover.html 웹접근성 참고 http://wah.or.kr 마크업 테스트 http://validator.w3.org/ CSS테스트 http://jigsaw.w3.org/css-validator/ html5, css3 http://html5gallery.com/ (html5로 만든 사이트 소개) http://101besthtml5sites.com/ (html5로 만든 베스트 사이트 소개) http://www.css3.info/ html5 + css3 레..
플래시 삽입코드 플래시 삽입 에서 value=" " 에는 transparent - 투명 - 접근성(X) - 위,아래 - 한글입력(X) opaque - 불투명 - 접근성(X) - 처음엔 위 - 한글입력(X) window - 불투명 - 접근성(O) - 항상 위 - 한글입력(O) 세 가지의 값이 들어갈 수 있음. 코드샘플
텍스트 정의를 위한 인라인 요소들 강조(em 요소, strong 요소) 특정 텍스트를 일반적으로 강조할 때 em(emphasis)요소를 사용하고 더욱 강한 강조를 하려면 strong(strong emphasis)요소를 사용한다. em요소는 이택릭체로 strong요소는 볼드체로 표현되며 CSS로 모양을 바꾸어 표현할 수 있다. 예제) 대세는 웹표준이다. 생략어와 두문자어(abbr요소, acronym 요소) 일 부의 텍스트를 생략어(abbreviated form)로 정의하는 데는 abbr요소를, 두문자어(acronym)로 정의하는 데는 acronym요소를 사용한다. abbr요소는 'WWW','HTML','IT' 등 한 문자씩 발음하는 단어를, acronym 요소는 'NATO', 'UNESCO' 등 한 단어로 발음하는 단어를 지정하는 점이 다..

반응형