码迷,mamicode.com
首页 > 编程语言 > 详细

java练习-滚动文字

时间:2016-05-18 10:38:35      阅读:137      评论:0      收藏:0      [点我收藏+]

标签:

<marquee direction="left" onMouseOver="this.scrollAmount=5" onMouseOut="this.scrollAmount=2" 
onMouseDown="this.scrollAmount=4"; onMouseUp="this.scrollAmount=1"; behavior="slide";scrollAmount="2" height="291" >
<table cellspacing="2" cellpadding="0" border="0" width="100%" align="center">
	<tr>
		<td height="30" style="color:yellow;font-size:10pt;font-weight:bold;">
		<a href="#">美国国务卿希拉里。克林顿昨日访华,洽谈中美经济合作</a>
		</td>
	</tr>
	<tr>
		<td height="20" align="right">公司发布时间:2010-05-28</td>
	</tr>
	<tr>
		<td height="30" style="color:yellow;font-size:10pt;font-weight:bold;">
			<a href="#">希腊债务危机愈演愈烈,将影响整个欧洲经济。</a>
		</td>
	</tr>
	<tr>
		<td height="20" align="right">公布时间:2010-05-28</td>
	</tr>
</table>
</marquee>

  

java练习-滚动文字

标签:

原文地址:http://www.cnblogs.com/honghong75042/p/5504005.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!