맨위로
믹시

CSS 핵 Hack

HTML/CSS 조회 수 7089 추천 수 0 2009.12.16 16:56:46

/***** 선택자 핵 ******/

/* IE 6 이상 */

* html #uno  { color: red }

/* IE 7 이상 */

*:first-child+html #dos { color: red }

/* IE 7 과 현대 브라우저 */

html>body #tres { color: red }

/* 현대 부라우저 (IE 7 빼고) */

html>/**/body #cuatro { color: red }

/* 오페라 9.27 이상 */

html:first-child #cinco { color: red }

/*사파리 */

html[xmlns*=""] body:last-child #seis { color: red }

/*사파리 3+, 크롬 1+, 오페라 9+, 불여우 3.5+ */

body:nth-of-type(1) #siete { color: red }

/* 사파리 3+, 크롬 1+,  오페라 9+, 불여우 3.5+ */

body:first-of-type #ocho {  color: red }

/* 사파리 3, 크롬 1+ */

@media screen and (-webkit-min-device-pixel-ratio:0) {

 #diez  { background: #FFDECE; border: 2px solid #ff0000  }

}

/***** 속성 핵 ******/

/* ie6 이상 */

#once { _color:blue }

/* ie7 이상 */

#doce { *color: blue } /* or #color:blue */

/* '현대 브라우저'는 IE8 을 포함합니다, 여기에 동의하던 말던.. :) */

 

출처 :http://www.phpschool.com/gnuboard4/bbs/board.php?bo_table=tipntech&wr_id=67414
List of Articles
번호 제목 글쓴이 날짜 조회 수 최근 수정일
공지 Windows 웹개발관련 팁,소스등을 모아놓은곳입니다. file id: 김선생 2006-03-09 86389 2011-02-01 23:57

Development jQuery란? file

- JQuery란? 2006년 초에 개발된 자바스트립트 라이브러리 자바스크립트 프로그래밍을 쉽게 개발하기 위해 만들어졌음. dom에 query를 날려서 필요한 노드들 찾아낸 다음, 거기에 어떤 작업을 수행한다는 컨셉으로 개발됨. 예...

  • id: 김선생
  • 2010-02-02
  • 조회 수 6020
  • 2010-02-02 23:31

Windows Xshell 3.0 Build 0267 - 새롭고 향상된 Telnet/SSH 지원 터미널 에뮬레이션 file

http://www.netsarang.co.kr/download/down_xsh3.html Xshell 3.0 다운로드 페이지에 오신 것을 환영합니다. ㈜넷사랑컴퓨터의 모든 제품은 설치 후 30일 간 평가용으로 사용할 수 있습니다. 업무용으로 사용하거나 기간이 지난 후...

  • id: 김선생
  • 2010-01-28
  • 조회 수 6347
  • 2010-01-28 21:46

HTML/CSS 모달윈도우 modalWindow 레이어팝업 file

<!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" xml:lang="ko" lang="ko"> <head> <meta http-equiv="Conten...

  • id: 김선생
  • 2010-01-16
  • 조회 수 9075
  • 2010-01-16 12:45

Windows Windows Server 2003 설정 file

출처: https://partnering.one.microsoft.com/ [윈도우 2003 정품 인증 안 받는법] 실행에서regedit를칩니다. 다음경로로이동합니다. HKEY_LOCAL_MACHINE->SOFTWARE->Microsoft->Windows NT->CurrentVersion->WPAEvents 에보...

  • id: 김선생
  • 2010-01-10
  • 조회 수 6469
  • 2010-01-10 17:36

Zeroboard 특정게시판, 비밀글로 작성하기

1. zbxe설치폴더/moudles/board/skins/xe_board/skin.xml파일의 ine 92아래줄에 소스를 삽입한다. <var name="secret_document" type="select"> <title xml:lang="ko">비밀글 작성</title> <title xml:lang="jp">비밀글 작성</title> <title x...

  • id: 김선생
  • 2010-01-02
  • 조회 수 4028
  • 2010-01-03 23:18

Actionscript 책장넘기기 file

http://www.pixelwit.com/blog/page-flip/ http://blog.naver.com/etwas0227/60023940380

  • id: 김기현
  • 2009-12-30
  • 조회 수 6415
  • 2009-12-31 23:42

Javascript 좌우 버튼 컨트롤 슬라이딩 UI file

http://music.naver.com/event.nhn?m=xmas

  • id: 김기현
  • 2009-12-25
  • 조회 수 4652
  • 2009-12-25 12:37

Javascript 셀렉트박스 이미지처리 file

selectbox-img.zip

  • id: 김기현
  • 2009-12-16
  • 조회 수 5292
  • 2009-12-16 23:10

HTML/CSS CSS 핵 Hack file

/***** 선택자 핵 ******/ /* IE 6 이상 */ * html #uno { color: red } /* IE 7 이상 */ *:first-child+html #dos { color: red } /* IE 7 과 현대 브라우저 */ html>body #tres { color: red } /* 현대 부라우저...

  • id: 김기현
  • 2009-12-16
  • 조회 수 7089
  • 2009-12-25 20:16

Actionscript 반짝이는 효과모음 반딧불효과 file

http://yawoong.com/board/view.php?id=source&no=19111 반딧불효과모음01.fla

  • id: 김기현
  • 2009-12-02
  • 조회 수 5210
  • 2009-12-02 13:51