Menu

전체화면 투명하게.....

2016. 5. 31. 02:30

안개핑 Html & Css

 

 

<style>
body { background-image:url(http://lia.pe.kr/zb41pl2/bbs/data/images/22.jpg);
background-attachment: fixed;
background-repeat: yes-repeat;
background-position: up; }
table { background-color: transparent; } td
{ background-color: transparent; }

< /style>