div.fileinputs { position: relative; } div.fakefile { position: absolute; top: 0px; left: 0px; z-index: 1; } input.file { position: relative; text-align: right; -moz-opacity:0 ; filter:alpha(opacity: 0); opacity: 0; z-index: 2; } <div class="fileinputs"> <input type="file" class="file" /> <div class="fakefile"> <input /> <img src="search.gif" /> </div> </div>
'웹이야기' 카테고리의 다른 글
[CSS] Position - static, fixed, relative, absolute (0) | 2012.05.30 |
---|---|
[PHP] 문자 대,소문자 변환 (0) | 2012.05.22 |
[CSS] Media로 해상도별 작업하기 (0) | 2012.05.07 |
[Linux] 용량 확인 (df,du) (0) | 2011.05.16 |
[CSS] Background (0) | 2011.05.12 |