⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 scrollimage.aspx

📁 一个不错的在线考试系统!~~实现了基本的在线考试系统的主要功能
💻 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 + -