MARQUEE
22- QUY
TẮC CHUNG DÙNG MARQUEE
1. Chạy phải qua trái
<marquee>TEXT</marquee>
2. Chạy trái qua phải
<marquee
direction="right">TEXT</marquee>
3. Chạy tới, chạy lui
<marquee
behavior="alternate">TEXT</marquee>
4. Chạy lên trên
<marquee
direction="up">TEXT</marquee>
5. Chạy xuống dưới
<marquee
direction="down">TEXT</marquee>
6. Chạy lên rồi xuống
<marquee
direction="up" behavior="alternate">TEXT</marquee>
7. Chạy ziczac (lên =>
xuống, sang phải)
<marquee
behavior="alternate" direction="up" width="80%"><marquee
direction="right">TEXT</marquee></marquee>
8. Chạy ziczac (xuống
=> lên, sang trái )
<marquee
behavior="alternate" direction="down" width="80%">
<marquee direction="left">TEXT Ở ĐÂY </marquee></marquee>
<marquee direction="left">TEXT Ở ĐÂY </marquee></marquee>
Ví dụ: TEXT chạy ZicZac:
<br><br>
<DIV align=center>
<MARQUEE direction=down behavior=alternate width="90%">
<DIV align=left>
<MARQUEE><FONT
color=#66ffff size=3 face="times, times new roman, serif">Bạn
ơi non nước hữu tình ! </FONT></MARQUEE></DIV></MARQUEE></DIV><br><br>
<br><br>
<marquee behavior="alternate"
direction="up" width="80%"><marquee
direction="right">TEXT</marquee></marquee>
<br><br>
1- Ghi chú thuật ngữ
code của MARQUEE:
Direction (hướng)
Behavior (hành vi)
Alternate (luân phiên,
thay đổi)
2- Dùng MARQUEE với lệnh tốc độ scrollDelay:
<MARQUEE
style="FONT-WEIGHT: bold" scrollDelay=50 width=500><FONT face="times, times new
roman, serif" color=#cc0000 size=5>Bạn ơi non nước hữu tình !</FONT></MARQUEE></P>
<MARQUEE style=
scrollDelay=50 width=500><FONT face="times, times new roman,
serif" color=#cc0000 size=5>Bạn ơi non nước hữu tình !</FONT></MARQUEE></P>
<MARQUEE
style="scrollDelay: 50" width=500> <FONT face="arial,
helvetica" color=#cc0000 size=2>Bạn ơi non nước hữu tình !</FONT></MARQUEE>
3- Nhiều ảnh chạy: (direction=right/left hoặc up/down)
<DIV align=center>
<marquee>
<marquee>
id=scroller
direction=right height=400 width=500
scrollAmount=3>
<IMG src="URL
1">
<IMG src="URL
2">
<IMG src="URL
3">
<IMG src="URL
4">
<IMG src="URL
n">
</MARQUEE></DIV>
<DIV align=center><BR><BR></DIV>
<br><br>
<DIV align=left>
<MARQUEE><FONT
color=#66ffff size=3 face="times, times new roman, serif">Bạn
ơi non nước hữu tình! </FONT></MARQUEE></DIV></MARQUEE></DIV><br><br>
<br><br>
<marquee
behavior="alternate" direction="
up"
width="80%"><marquee direction="right">TEXT</marquee></marquee>
<br><br>
Ghi chú :
direction=(hướng)
Behavior= (hành vi)
Behavior=alternate (Hành
vi=luân phiên, so le, thay đổi)
Khi để ảnh chuyển động
lên hoặc xuống (Up hoặc Down) thì thay dấu cách giữa chúng khi chúng cùng chuyển động ngang bởi dấu bẻ dòng : <br><br> để chuyển ảnh xếp thành hàng dọc
Ví dụ :
up:
<marquee
behavior="alternate" direction="up" width="80%"><marquee
direction="right">TEXT</marquee></marquee>
down:
<marquee
behavior="alternate"
direction="down" width="80%"><marquee
direction="left">TEXT Ở ĐÂY </marquee></marquee>
---------------------------------------------------------------------------------------