ie에서 투명 효과 줄 때 조심할 것 한 가지 화면 전체를 가로 막고 그 위에 내용을 보여줘야 할 일이 있어서 투명 효과를 줬는데 안 먹는 것이다. 찾아 보니 ie8 이상에서는 -ms-filter를 써야 한데서 그렇게 해봐도 안되고 이런 저런 걸 다 해 봐도 안되었다. 그러다가 그라디언트+투명 효과를 찾아서 써 보니 되긴 하는데 가로막기(div 뒤의 내용에 .. 쓸만한 주저리 2011.05.31
table 구조에서 열(column) 단위로 숨기기 display:none;visibility:collapse ie 기준으로 일부에서는 display:none만 되고 일부에서는 visibility:collapse만 된다. 그래서 두 개 다 쓰니 원하는 대로 된다. colgroup이나 col tag에 쓰면 된다. -- 수정 -- 실제로 동시에 사용하게 되면 ie8에서는 안 먹는다. ie8에서 display:none이 안 먹어서 찾은 건데... none인데 보여주는 건 .. 쓸만한 주저리 2011.05.20
Google의 HTML5 Presentation Google의 HTML5 Site http://www.html5rocks.com/ HTML5 Presentation http://slides.html5rocks.com/#slide1 아~!!! 기능이 너무 많아~ 바뀌는 것도 너무 많고~ 언제 다 배워~ 쓸만한 주저리 2010.06.30
CSS의 Class를 이용한 RollOver 기능 구현 참조 : http://www.dustindiaz.com/getelementsbyclass/ getElementsByClass 함수를 가져 왔다. 도시락에서 Class를 이용해서 간단하게 구현한 RollOver 기능을 구현해 달라는 디자이너의 요구에 이것저것 찾아다 만들었다. 얼마나 잘 만들었는지는 모르겠지만, 어쨋든 도시락처럼 구현은 되었다. --------------------------------------.. 쓸만한 주저리 2009.07.03
[CSS] Header, Footer 고정 상태의 가변 Scroll 영역 〈html> 〈head>〈/head> 〈body leftmargin=0 topmargin=0 rightmargin=0 bottommargin=0 style=height:100%;overflow:hidden;background:black> 〈div style="padding:50px 0px 50px 0px;height:100%"> 〈div style="border:1px solid;background:white;height:100%;overflow-y:scroll"> start〈br> ttttttttttttttt〈br> ttttttttttttttt〈br> ttttttttttttttt〈br> tttttttttttttt.. 쓸만한 주저리 2009.06.23
바둑판 ┌┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┬┐ ├┼┼┼┼┼┼┼┼┼┼┼┼┼┼┼┼┼┤ ├┼┼┼┼┼┼┼┼┼┼┼┼┼┼┼┼┼┤ ├┼┼●┼┼┼┼┼◎┼┼┼┼┼◎┼┼┤ ├┼┼┼┼┼┼┼┼┼┼┼┼┼┼┼┼┼┤ ├┼┼┼┼┼┼┼┼┼┼┼┼┼┼┼┼┼┤ ├┼┼┼┼┼┼┼┼┼┼┼┼┼┼┼.. 그저 주저리 2009.03.26
ie6에서 레이어(layer)와 선택상자(select)가 겹치는 문제 참조 : http://www.hedgerwow.com/360/bugs/css-select-free.html 위 참조 페이지에 있는 얘기를 간략하게 하면 레이어 안에 iframe을 깔면 레이어를 띄워도 iframe이 select 위에 오면서 문제가 해결된다는 것이다. 이를 위해 간단한 css(style)을 사용하게 된다. 위 페이지를 참조해서 내가 만든 내용이다. 위와는 조금 다르다... 쓸만한 주저리 2008.12.12
[스크랩] [text]ime-mode ime-mode 속성 Element의 입력 할 수 있는 곳에 대해서 IME(한/영)를 설정하는 속성 ime-mode 속성 값(Value) auto | active | inactive | disabled | Inherit auto 기본값, IME에 영향을 주지 않음. active 입력 양식을 한글로 작성(반자 사용 가능/우선 순위만 한글) inactive 입력양식을 영어로 작성(한글 사용 가능/우선 순위만 영어).. 쓸만한 글 2008.10.24
file 태그의 버튼을 그림으로 바꾸기 <table width="342" border="0" cellspacing="0" cellpadding="0" style="margin-left:10 "> <tr> <td><input type="text" name="upfiletext" style="width:266px" readonly></td> <td width=76 style=position:relative> <span style="position:absolute;height:18;width:71;top:2;background-image:url(http://images2.mylisten.com/neoStore/popup_btn_find.gif);clip:rect(0 71 18 0.. 쓸만한 주저리 2008.07.16
div 줄바꿈 방지 출처 : http://blog.naver.com/seung0007/120039869379 <div style="display:inline"></div> 쓸만한 글 2007.12.12