본문 바로가기

IT/웹브라우저

ie용 pie.htc 업로드 못할 경우...

<style type="text/css">
.box {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
 
    -moz-box-shadow: #000 5px 5px 10px 3px
    -webkit-box-shadow: #000 5px 5px 10px 3px
    box-shadow: #000 5px 5px 10px 3px;
 
    behavior: url(PIE.htc); /* IE */
}
</style>
 
<!--[if lt IE 9]>
    <script type="text/javascript" src="path/to/PIE.js"></script>