2017년 5월 21일 일요일

iframe를 투명하게 처리하기

<iframe
name="myupload"
frameborder="0"
height="127"
width="100%"
hspace="0"
vspace="0"
marginheight="0"
marginwidth="0"
scrolling="no"
allowtransparency="true" //이부분이 투명처리하는 부분
src="/upload.jsp">
</iframe>