scrollimage.aspx

来自「一个不错的在线考试系统!~~实现了基本的在线考试系统的主要功能」· ASPX 代码 · 共 29 行

ASPX
29
字号
<%@ 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 + =
减小字号Ctrl + -
显示快捷键?