티스토리 뷰
소스는 1하고 똑같다.
단지 스타일만 변경해서 모양만 예쁘게 해줬을뿐.
<style type="text/css">
단지 스타일만 변경해서 모양만 예쁘게 해줬을뿐.
<style type="text/css">
#trash
{
position: absolute;
right: 10%;
bottom:10%;
width:75px;
height:75px;
background: url(trashempty.png); //휴지통
}
#trash li
{
display: none; // 요거 block로 하거나 속성을 없애면 휴지통에 보인다..
}
#files
{
position: absolute;
top:10%;
left:5% ;
list-style: none;
}
#files li
{
float: left;
width: 151px;
height: 35px;
padding-top:85px;
text-align: center;
background: url(text.png) center top no-repeat; //문서
-webkit-user-drag: element;
}
#files li span{
color:blue;
}
#files li:hover
{
background: url(text_selected.png) center top no-repeat;
}
#files li:hover span
{
font-style:italic;
font-weight:bold;
}
</style>
'프로그래밍 > HTML5' 카테고리의 다른 글
HTML5 Full Screen API 간단 구현(풀스크린) (0) | 2012.07.27 |
---|---|
div 가로 정렬하기. (0) | 2012.05.25 |
Drag & Drop (드래그 앤 드롭)(1) (0) | 2012.03.22 |
스토리지 (Storage) sessionStorage, localStorage (0) | 2012.03.22 |
HTML5 Canvas를 이용한 간단한 그림판 만들기. (0) | 2012.03.21 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- JS
- 셀렉터
- drag&drop
- CSS
- radius
- IE
- 저장프로시저
- Style
- 제이쿼리
- css3
- jQuery
- WCF
- ASP.NET
- Ajax
- jQuery Mobile
- html5
- JavaScript
- rowspan
- MSSQL
- jquery chart
- WebApi
- 자바스크립트
- Chart
- grid
- json
- Excel
- workbook
- SVG
- 프로시저
- Mobile
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함