?? scrollimage.aspx
字號:
?<%@ page language="C#" autoeventwireup="true" inherits="scrollimage, App_Web_agsgpyst" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head >
<title>流動圖片</title>
<link href="main.css" rel=stylesheet type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<div>
<marquee direction=left scrollamount=1 scrolldelay="50" width="100%" onmouseover=this.stop(); onmouseleave=this.start()>
<img src="scrollimage/1.jpg" width=100px height=120px style="overflow:hidden" />
<img src="scrollimage/2.jpg" width=100px height=120px style="overflow:hidden" />
<img src="scrollimage/3.jpg" width=100px height=120px style="overflow:hidden" />
<img src="scrollimage/4.jpg" width=100px height=120px style="overflow:hidden" />
<img src="scrollimage/1.jpg" width=100px height=120px style="overflow:hidden" />
<img src="scrollimage/5.jpg" width=100px height=120px style="overflow:hidden" />
<img src="scrollimage/6.jpg" width=100px height=120px style="overflow:hidden" />
<img src="scrollimage/1.jpg" width=100px height=120px style="overflow:hidden" />
<img src="scrollimage/2.jpg" width=100px height=120px style="overflow:hidden" />
<img src="scrollimage/3.jpg" width=100px height=120px style="overflow:hidden" />
</marquee>
</div>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -