컴과친해지기

이미지 슬라이드 만드는법

돌체비타67 2007. 3. 22. 22:15
이미지 슬라이드 제작법은 그렇게 어렵지 않습니다..
<FONT size=3>&nbsp;<marquee>와 </marquee></FONT>
사이에 이미지태그를 써주는 방법입니다.

움직이는 방향은 direction을 조정해주면 됩니다.

만약 이미지 크기가 다르면 이미지 확장자 뒤에

<FONT size=3><img src="http://jangb.haman.go.kr/images/30-1.jpg" width="가로크기" </FONT><FONT size=3>height=세로크기"></FONT>
를 지정해 주세요!! 이미지 크기를 똑같이 만들어 주세요!!

이미지의 갯수는 필요한만큼 선택하세요

7개를 가지고 예제를 했습니다..

▶아래 소스는 이미지가 옆으로 지나가게 하는 방법입니다!!<FONT color=#0000ff size=3></FONT> &nbsp;<marquee scrollamount=4 width=600 height=220> <img src="http://jangb.haman.go.kr/images/30-1.jpg" width=300 height=200> <img src="http://jangb.haman.go.kr/images/30-2.jpg" width=300 height=200> <img src="http://jangb.haman.go.kr/images/30-3.jpg" width=300 height=200> <img src="http://jangb.haman.go.kr/images/30-4.jpg" width=300 height=200> <img src="http://jangb.haman.go.kr/images/30-5.jpg" width=300 height=200> <img src="http://jangb.haman.go.kr/images/30-6.jpg" width=300 height=200> <img src="http://jangb.haman.go.kr/images/30-7.jpg" width=300 height=200> </marquee>
▶아래 소스는 이미지가 위로 올라가게 하는 방법입니다!!<FONT color=#0000ff size=3></FONT> <marquee direction=up scrollamount=4 width=600 height=220> <img src="http://jangb.haman.go.kr/images/30-1.jpg" width=300 height=200> <img src="http://jangb.haman.go.kr/images/30-2.jpg" width=300 height=200> <img src="http://jangb.haman.go.kr/images/30-3.jpg" width=300 height=200> <img src="http://jangb.haman.go.kr/images/30-4.jpg" width=300 height=200> <img src="http://jangb.haman.go.kr/images/30-5.jpg" width=300 height=200> <img src="http://jangb.haman.go.kr/images/30-6.jpg" width=300 height=200> <img src="http://jangb.haman.go.kr/images/30-7.jpg" width=300 height=200> </marquee>

 

'컴과친해지기' 카테고리의 다른 글

아이피 추적  (0) 2007.03.24
소스보기막기  (0) 2007.03.23
핸드폰에서 동영상 올리는 방법  (0) 2007.03.21
음악테그 2  (0) 2007.03.19
내 컴푸터에 음악이 안들릴때  (0) 2007.03.13