본문 바로가기
728x90
반응형

HTML4

모바일 레이어 팝업 띄울때 스크롤 막기 레이어 띄울때$("body").bind('touchmove', function(e){e.preventDefault()}); 레이어 닫을때 $("body").unbind('touchmove'); 위와 같이 사용하면 된다. 2016. 2. 3.
table col이 크롬과 사파리에서 안먹을대 해결방법 table에 col값을 넣어놨는데 크롬과 사파리에 안먹을때가 있다.. 물론 파이어폭스, IE6,7,8은 먹는다.. 이건테이블이다. 1학년 과제는 X를 만드는것이다. 이런형태가 있을때.. 혹시나 caption을 안보이게 하기위해서 position:absolute값을 준다거나 text-indent를 이용하거나 했을때... col값이 크롬과 사파리에서 먹지 않고 동일한 td사이즈가 된다. 그래서 caption을 안보이게 할때... display:none;를 사용하면 문제가 해결될것이다. 2011. 3. 3.
IE6에 자주발생하는 css버그 üIE6의 margin bug (right,bottom : 3px) üIE6의 double margin (display:inline, float 사용) ü자식 node의 float에 다른 부모의 영역 무시 (FF 등등) ülist형의 글자간 높이는 브라우저별로 기본 높이 다름 (line-height를 이용) üposition : relative/absolute 사용 ü인코딩 type에 따른 select 박스의 한글 top 1px 버그 üIE의 글자 복사 버그 (이 버그는 float된 요소 사이에 ‘화면에 표시하지 않는’ { display:none; } 콘텐츠 또는 또는 요소 등을 포함하고 있을 때 발생) üIE의 img tag의 margin-bottom 2px 버그 üIE6의 border 중첩 버그(po.. 2011. 1. 27.
html5 관련 유용한 사이트 Here are a few useful HTML5 & CSS3 resources to get you started: http://en.wikipedia.org/wiki/HTML5 http://www.html5rocks.com/ http://diveintohtml5.org/ http://html5demos.com/ http://www.css3.info/ http://www.html5test.com/ http://www.w3schools.com/html5/html5_reference.asp http://dret.typepad.com/dretblog/html5-api-overview.html ...and a few great HTML5 showcases: http://www.apple.com/html5/ ht.. 2010. 10. 18.
728x90
반응형