월: 2012 4월

Css Layout height 100%

<!–Force IE6 into quirks mode with this comment tag–> <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”> <html xmlns=”http://www.w3.org/1999/xhtml” lang=”en” xml:lang=”en”> <head> <meta http-equiv=”Content-Type” content=”text/html; charset=iso-8859-1″ /> <title>Dynamic Drive: CSS Left Frame Layout</title> <style type=”text/css”> body{ margin: 0; padding: 0; border: 0; overflow: hidden; height: 100%; max-height: 100%; } #framecontent{ position: absolute; top: 0; bottom: […]

더보기

Natalie Shau – digital illustration and photo art

http://natalieshau.carbonmade.com

더보기

input버튼에 자바스크립트 적용하기

– 창닫기 onclick=”window.close()” 예) <input type=”submit” value=”창닫기” onclick=”window.close()”> – 새로고침 onclick=’top.location=”javascript:location.reload()”‘ – 이전 페이지로 onClick=”history.back()” – 앞 페이지로 onClick=”history.forward()”

더보기

CSS – background

background-position If you only specify one keyword, the other value will be “center” – left top / left center / left bottom / right top / right center / right bottom / center top / center center / center bottom The first value is the horizontal position and the second value is the vertical. The […]

더보기

Resources Graphics

go Web Site go Web Site

더보기

모바일 웹 사이트 화면 크기 설정 예

윈도우즈 모바일 화면 크기 설정 방법 예 http://msdn.microsoft.com/en-us/library/dd938878.aspx 아이폰 viewport 설정 예 아이폰 화면 크기 설정 메타 태그 viewport (아래에 있는 것들 중에서 하나만 사용하면 된다.) 아이폰 홈 링크 이미지 설정 방법 이건 홈에 추가 했는때 나타나는 아이콘 설정 기능.

더보기

IE렌더링 모드

[출처] http://hsmtree.kr/t/205 IE의 렌더링 모드는 세 가지가 있다. DOCTYPE에 의한 렌더링 모드 지정 HTTP 리스폰스 헤더로 렌더링 모드 지정 META 태그로 렌더링 모드 지정 DOCTYPE에 의한 렌더링 모드 지정 DOCTYPE 선언 URL 표기 유무 랜더링 모드 DOCTYPE 없음 n/a IE6이하 HTML (Version 지정 없음) IE6이하 HTML 2.0 IE6이하 HTML 3.0 IE6이하 HTML 4.0 IE8 HTML […]

더보기