| 공지 |
Windows
웹개발관련 팁,소스등을 모아놓은곳입니다.
|
 |
2006-03-09 |
94413 |
2011-02-01 23:57 |
HTML/CSS png24 파일 투명하게 코딩하기..
<style> .png24 { tmp:expression(setPng24(this)); } </style> <script> function setPng24(obj) { obj.width=obj.height=1; obj.className=obj.className.replace(/\bpng24\b/i,''); obj.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoade...
|
|
Windows 포토샵CS 버전 설치후 psd파일을 윈도에서 썸네일 미리보기 기능
[원문] Photoshop CS - Windows Explorer Thumbnail Enable Patch ** This is not an Official Patch, use at your own risk. ** ** Follow the Instructions carefully. ** 1. Copy psicon.dll to the following directory: C:\Program Files\Common Files\Ad...
|
|
Actionscript 알람시계,자명종
.
|
|
Javascript 팝업창 닫으면서 메인창 페이지 넘기기
<a href="#" onclick=opener.location.href="aaa.php";self.close(); onFocus="blur();"> .
|
|
Zeroboard 제로카운터
제로카운터
|
|
Windows 고스트 2003 789 CD 부팅 백업 복구
.
|
|
Windows 네비3.50
네비3.50
|
|
Javascript 이쁜셀렉트메뉴 (에러수정중)
<head> <meta http-equiv="Content-type" content="text/html; charset=euc-kr"> <script type="text/javascript"> // SaySelect Environment Constants var SS_ENV = new Object(); SS_ENV.IE_Version = new Number(((window.navigator.appVersion.split('; '...
|
|
Javascript 롤링배너용 소스
<HTML> <HEAD> <META http-equiv=content-type content="text/html; charset=euc-kr"> <BODY onload=scroll_ready() style="margin:0px;"> <DIV id=t0 onmouseover=wait=1 style="VISIBILITY: hidden; POSITION: absolute" onmouseout=wait=0> <TABLE height=2...
|
|
Actionscript 플래쉬 위에 레이어 겹치게 만들기
* 오브젝트 태그안에 아래 .... 를 넣어준다 PARAM NAME=wmode VALUE=transparent PARAM NAME=wmode VALUE=opaque
|