Trong phần này tôi xin trình bày cho bạn cách tạo hiệu ứng chuyển động cho ảnh.
Bằng cách sử dụng các tag marquee, tôi xin trình bày với các bạn đoạn mã để tạo hiệu ứng chuyển động cho ảnh.
Ví dụ 1 :
Với đoạn mã:
<marquee onmouseover="this.stop()" onmouseout="this.start()" scrollamount="2" direction="up" width="100%" height="200" align="center">
<img src="đường dẫn của bức ảnh 1" height="130" width="190" />
<br/><br/>
<img src="đường dẫn của bức ảnh 2" height="130" width="190" />
</marquee>
Kết quả như sau :
Ví dụ 2 :
<table border="10" cellpadding="3" height="135" width="195"/>
<tr>
<td>
<marquee onmouseover="this.stop()" onmouseout="this.start()" scrollamount="2" direction="up" width="192" height="132" align="center">
<img src="Link ảnh 1" height="130" width="190" />
<br/>
<img src="Link ảnh 2" height="130" width="190" />
</marquee>
</td>
</tr>
</table>
Kết quả như sau :
Ví dụ 3 :
<table border="10" cellpadding="3" height="135" width="195" bgcolor="#b1c3d9" />
<tr>
<td>
<marquee onmouseover="this.stop()" onmouseout="this.start()" scrollamount="2" direction="up" width="192" height="132" align="center">
<img src="Link ảnh 1" height="130" width="190" />
<br/>
<img src="Link ảnh 2" height="130" width="190" />
</marquee>
</td>
</tr>
</table>
Kết quả như sau :
Chúc các bạn thành công.
(Lược dịch từ Internet).
Rất hay và bổ ích!! Thank bạn nhiều lắm!!^^
ReplyDeleteVí dụ 2 và ba phần cellpadding="..." có ý nghĩa gì ??
ReplyDeleteCellpadding la` bộ số dem không gian (cả hai ngang và dọc) giữa các tường và các nội dung. Giá trị mặc định cho cellpadding (ví dụ, nếu bạn không sử dụng ở tất cả các thuộc tính) là 1. min -1 va max = 10.
ReplyDeleteBan oi ! Neu minh cho hi`nh no chay ngang thi lam sao ha ban ? ban viet giup minh cai code di , cam on ban nhieu lam ! Chu ngu ngon !
ReplyDeleteThis comment has been removed by the author.
ReplyDelete