.portlet-xeptheme-alex #file_box {
position:relative ;
width:84px ;
height:22px ;
overflow:hidden ;
background-image:url(“../images/btn_fileadd.gif”);
float:left;
margin-right:5px;
}
.portlet-xeptheme-alex #file {
position:absolute ;
bottom:0 ;
right:0 ;
opacity:0 ;
filter:alpha(opacity=0) ;
cursor:hand;
}
<div id=”file_box”>
<label for=”file” class=”nodisplay”>파일첨부</label>
<input type=”file” id=”file” onchange=”fn_blur()” />
</div>
<div class=”filegage”> 0 / 10MB</div>

