2007년 9월 17일 월요일

깜빡임이 없는 button

<style type="text/css">
.btn:link, .btn:visited{
        display: block;
        width: 100px;
        height: 30px;
        line-height: 30px;
        text-decoration: none;
        background: url(images/btnTemp1.gif) no-repeat left top;
        text-indent: 20px;
}

.btn:hover {
        background-position: right top;
}      
</style>

<a href="#" class="btn">haha</a>

btnTemp1.gif

사용자 삽입 이미지

댓글 없음:

댓글 쓰기