首页 > 编程语言 > 详细

java练习-滚动文字

时间:2016-05-18 10:36:09      阅读:224      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!