css transition 배경이미지 확대

css transition 배경이미지 확대

QA

css transition 배경이미지 확대

본문

안녕하세요.

 

아래와 같이 div mouse hover 시 배경이미지를 확대하는 transition을 줬습니다. 크롬에서는 정상 작동합니다. 하지만, 익스플로러에서는 transition이 안되네요. html 구조를 바꾸지 않고 해결하는 방법을 못찾겠네요... 

 

조언 부탁드려도 될까요?ㅠ

 


 
<style>
.inbox {
    width:100%;
    height:120px;
    border-radius: 3px 3px 3px 0;
    background-position: center;
    background-size:100%;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.outbox:hover .inbox {
        background-size: 150%;
}
</style>
 
<div class="outbox">

<div class="inbox" style="background-image:url(....);"></div>


</div>

이 질문에 댓글 쓰기 :

답변 1

답변을 작성하시기 전에 로그인 해주세요.
전체 22
QA 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1402호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT