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

📄 goodsimagelist.ascx

📁 jsp实现的网上购物系统
💻 ASCX
字号:
<%@ 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 onmouseover="imgListDown()"onmouseout="imgListDownEnd()" class="hand02"><img src="Skin/Beautiful/Images/up02.gif" alt="查看上一张图片 "></a>
<br>
<iframe align=left scrolling="no"  id="imgList" frameborder=0  style="width:185px;height:330px; background:#fff; border:1px solid #F9CCDB;"></iframe> 
<a onmouseover="imgListUp()" onmouseout="imgListUpEnd()" class="hand02 down"><img src="Skin/Beautiful/Images/down02.gif" alt="查看上一张图片 "></a>
</div>
<div id="sourceData" style="display:none;">
<table id="inImgList" style="position:absolute; background:#FFF; width:150px;" class="ShowGoods_Item03" cellSpacing="0" cellPadding="0" border="0">
	<tr>
		<td id="listStart"></td>
		<td></td>
	</tr>
	<tr>
		<td class="ShowGoods_Item03_Text" style="padding:5px;">
				<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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -