1. โค้ด HTML Marquee เลื่อนขึ้นด้านบน
<marquee style="width:168px; height:160px" behavior="scroll" scrolldelay="200" direction="up">
ใส่โค้ดแบนเนอร์ของคุณ
</marquee>
2. โค้ด HTML Marquee เลื่อนลงด้านล่าง
<marquee style="width:168px; height:160px" behavior="scroll" scrolldelay="200" direction="down">
ใส่โค้ดแบนเนอร์ของคุณ
</marquee>
3. โค้ด HTML Marquee เลื่อนไปทางซ้าย
<marquee style="width:168px; height:160px" behavior="scroll" scrolldelay="200" direction="left">
ใส่โค้ดแบนเนอร์ของคุณ
</marquee>
4. โค้ด HTML Marquee เลื่อนไปทางขวา
<marquee style="width:168px; height:160px" behavior="scroll" scrolldelay="200" direction="right">
ใส่โค้ดแบนเนอร์ของคุณ
</marquee>
ใส่โค้ดแบนเนอร์ของคุณ
</marquee>
*** ในส่วนของ style="width:168px; height:160px" และ scrolldelay="200" เราสามารถเปลี่ยน ความกว้าง ความสูง ความเร็ว เพื่อกำหนดขอบเขตการเลื่อนของแบนเนอร์ให้เหมาะสมกับขนาดแบนเนอร์ของเราได้ ***
ไม่มีความคิดเห็น:
แสดงความคิดเห็น