7. 그림에 안개효과 주기
(가) 한 쪽만 흐릿하게 안개효과 주기
<그림 틀 < pre > < table background="그림주소" width=숫자 height=숫자 > < /pre > < /table >
에다가 style="filter=alpha(opacity=100,style=1,finishopacity=0)" 을 삽입해 줌.
즉, < table background="그림주소" width=숫자 height=숫자 style="filter=alpha(opacity=
100,style=1,finishopacity=0)"> < /pre > < /table > 과 같은 소스가 됨.
본래 그림
실습 그림.
위 완성된 그림의 소스는 다음과 같음
----------------------- 소 스 ---------------------------------------
< pre > < table background="http://kr.img.image.yahoo.com/ygi/gallery/img/e6/cd/49511300780d8.jpg?49511547" width=746
height=560 style="filter=alpha(opacity=100,style=1,finishopacity=0)" > < /pre > < /table >
--------------------------------------------------------------------