📄 goodsimagelist.ascx
字号:
<%@ Control Language="c#" AutoEventWireup="false" Inherits="JiSuShop.Web.Skin.ShowGoodsImage" %>
<script>
var moveDirction = "left"; // up | left
</script>
<div id="divStayTopLeft" style="position:absolute1;display:none;left:800px;top:20px; position:relative;">
<iframe align=left scrolling="no" id="imgList" frameborder=0 style="width:650px;height:120px; border:1px dotted #ccc;"></iframe>
</div>
<div style="position:relative;">
<a onmouseover="imgListUp()" onmouseout="imgListUpEnd()" class="GoodsImageList_up"></a>
<a onmouseover="imgListDown()" onmouseout="imgListDownEnd()" class="GoodsImageList_down"></a>
</div>
<div id="sourceData" style="display:none;">
<table id="inImgList" style="position:absolute; background:#fff;" class="ShowGoods_Item03" width="150" cellSpacing="0" cellPadding="0" border="0">
<tr>
<td id="listStart"></td>
<td class="ShowGoods_Item03_Text">
<ul>
<asp:DataList RepeatColumns=1000 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>
</ul>
</td>
<td id="listEnd"></td>
<td id="listEnd1"></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 + -