익스플로러에서 포지션 fixed가 안돼 어서 해매다가 찿은 자료. ie 핵을 쓰긴 해야 하지만 잘대서 좋구나. 참고 링크 : http://naradesign.net/wp/2007/09/08/128/ css 만으로 구현 난 고정하는 엘리먼트 입니다. // 상단 잴 왼쪽 고정 h1{ position:fixed; _position:absolute; top:0; _top:expression(eval(document.body.scrollTop)); left:0; margin:0; padding:0; background:lime; } /* 하단에 고정 h1{ position:fixed; _position:absolute; bottom:0; _top:expression(document.body.scrollTop+do..
Transition me! Introducing CSS Transformations box 1 box 2 box 3 box 4 box 5 box 6 #stage #block #box1 #box2 #stage2 #box3 #box4 #stage3 Transition me! Introducing CSS Transformations box 1 box 2 box 3 box 4 box 5 box 6 #stage #block #box1 #box2 #stage2 #box3 #box4 #stage3 ease, linear, ease-in, ease-out, ease-in-out, cubic-bezier -webkit-transition-property: background; -webkit-transition-durat..
버전별 스타일시트 사용 Internet Explorer Hacks IE6 Only Hacks * html input { padding:10px; } IE7 Only Hacks *+html input { padding:10px; } IE8 Only Hacks input { padding:10px\0/; } IE7 And IE8 Only Hacks input { padding:10px\9; } Not IE7 Hacks _input { padding:10px; } Conditional If Statement Change HTML Element With Javascript use JQuery if ($.browser.msie) { if(parseInt($.browser.version) == 8){ //For I..
젠 코딩 정말 나이스 하네요. 긴 HTML 등들은 TAG, CLASS, ID 속명만으로 html tag를 자동으로 한방에 생성해주고 , 여러가지 옵션으로 편하게 사용할수 있네요. 에디터도 여러가지 지원하네요. 최신 버전의 에디터 플러스를 설치 하시면 zen coding 명령 탭이 화면에 나타납니다. 최신버전의 에디터플러스 설치하세요. 소개 : http://guny.kr/zen-coding-editplus/ Zen Coding 소개 동영상 : http://vimeo.com/40333685 http://code.google.com/p/zen-coding/wiki/Actions http://code.google.com/p/zen-coding/wiki/ZenHTMLSelectorsEn 명령어 설명 - 단축키 잘..
http://twitter.github.com/bootstrap/index.html