티스토리 뷰
<!-- 첨부파일 버튼 이미지 처리//-->
<style type="text/css">
.file-wrapper {
cursor: pointer;
display: inline-block;
overflow: hidden;
position: relative;
}
.file-wrapper input {
cursor: pointer;
font-size: 100px;
height: 100%;
filter: alpha(opacity=1);
-moz-opacity: 0.01;
opacity: 0.01;
position: absolute;
right: 0;
top: 0;
}
.file-wrapper .button {
background-image:url('<?=IMG_PATH?>/mt_50.png');
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 11px;
font-weight: bold;
text-transform: uppercase;
width:28px;
height:21px;
}
</style>
<span class="file-wrapper"><input type="file" name="photo" /><span class="button" style="margin-top:5px; margin-left:15px;"></span></span>
<style type="text/css">
/* 첨부파일 이미지 처리를 위한 스타일 */
.file-wrapper
{
cursor: pointer;
display: inline-block;
overflow: hidden;
position: relative;
}
.file-wrapper input
{
cursor: pointer;
filter: alpha(opacity=1);
-moz-opacity: 0.01;
opacity: 0.01;
position: absolute;
}
</style>
<span class="file-wrapper">
<input type="file" name="sns_file" id="sns_file" style="position:absolute;margin-left:-170px;height:25px;" onchange="sns_file_upload_add()">
<img src="<?=IMG_PATH?>/mt_50.png" title="사진첨부" style="margin-top:5px; margin-left:15px;">
</span>
- Total
- Today
- Yesterday
- java.sql
- 진수 변환
- REST API
- docker
- await
- 람다식(lambda expression)
- 문자 자르기
- jstl(java standard tag library)-core
- 제품 등록
- java-개발 환경 설정하기
- 인텔리제이(intellij)
- System.Diagnostics
- In App Purchase
- 특정 문자를 기준으로 자르기
- 스프링 프레임워크(spring framewordk)
- 메이븐(maven)
- MainActor
- 스프링 프레임워크(spring framework)
- java web-mvc
- nl2br
- .submit()
- 스프링 시큐리티(spring security)
- jsp 오픈 소스
- 표현 언어(expression language)
- jstl(java standard tag library)
- error-java
- system.io
- java 키워드 정리
- React
- 스프링 시큐리티(spring security)-http basic 인증
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |