goodsimagelist.ascx

来自「jsp实现的网上购物系统」· ASCX 代码 · 共 35 行

ASCX
35
字号
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="ShowGoodsImage.ascx.cs" Inherits="JiSuShop.Web.Skin.ShowGoodsImage" %>
<script>
var moveDirction = "up"; // up | left
</script>
<div id="divStayTopLeft" style="position:absolute1;display:none;left:800px;top:20px;">
<a onmouseup="imgListScrollSlow()" onmousedown="imgListScrollFast()"  onmouseover="imgListDown()" onmouseout="imgListDownEnd()" class="GoodsImageList_up">向上</a>
<a onmouseup="imgListScrollSlow()" onmousedown="imgListScrollFast()"  onmouseover="imgListUp()" onmouseout="imgListUpEnd()" class="GoodsImageList_up">向下</a>
<iframe align=left scrolling="no"  id="imgList" frameborder=1  style="width:180px;height:350px;" style="background:#fff; margin-left:1px;padding:0px;"></iframe> 
</div>
<div id="sourceData" style="display:none;">
<table id="inImgList" style="position:absolute; background:#fff;" bgcolor=#f4f2ee class="ShowGoods_Item03" width="150" cellSpacing="0" cellPadding="0" border="0">
	<tr>
		<td id="listStart"></td>
	</tr>
	<tr>
		
		<td class="ShowGoods_Item03_Text" style="padding:5px;" valign=top>
				<asp:DataList RepeatColumns=1 CellPadding="0" CellSpacing="0" RepeatDirection=Horizontal Width=100% Runat="server" ID="GoodsImagesDataList">
					<ItemTemplate>
						<asp:Image CssClass="GoodsImage" Runat="server" ID="GoodsImage"></asp:Image>
					</ItemTemplate>
				</asp:DataList>
		</td>
		
	</tr>
	<tr>
		<td id="listEnd"></td>
	</tr>
</table>
<style>
.body{margin:0px;}
.ShowGoods_Item03 .GoodsImage{cursor:hand;filter:alpha(opacity:70);}
</style>
</div>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?