bulletin.ascx

来自「网奇.NET网络商城ACCESS单店商业版特点: 1. 无任何功能限制 」· ASCX 代码 · 共 14 行

ASCX
14
字号
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="Bulletin.ascx.cs" Inherits="wqshop.Modules.Bulletin" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<table id="navsub" align="center" cellpadding="0" cellspacing="0" width="700">
	<tr>
		<td class="l"></td>
		<td class="m" style="padding:0 30px">
		<div style="float:left;"> <marquee class="bulletin" onmouseover="this.stop()" onmouseout="this.start()" scrollamount="1" scrolldelay="4" width="100%">
		<%=GetBulletin(config.BulletinSizeInIndex)%>
		</marquee>
		</div>
		<div style="float:right; margin:5px 5px 0px 0px;"><img width="10" height="9" src="Template/freemodelv6/Images/sound.gif" border="0" align=absmiddle></div>
		</td>
		<td class="r"></td>
	</tr>
</table>

⌨️ 快捷键说明

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