html表格数据滚动标签marquee
<div class="container">
<h1 class="page-header">滚动列表</h1>
<table class="table table-bordered table-striped table-condend " >超级翻译
<thead>
<th>name</th>
<th>x</th>
cheerio>花木兰字幕<th>age</th>
<th>phone</th>
</thead>
</table>
<!--
网上在线翻译>美发培训机构
marguee总结
冬季皮肤干燥怎么办
direction="up" 滚动⽅向 up是向上,down是向下
οnmοuοut="this.start()" ⿏标移出开始滚动
οnmοuοver="this.stop()"⿏标移进滚动停⽌
bgcolor 滚动的背景颜⾊
align:标签内容的对齐⽅式
absbottom:绝对底部对齐
absmiddle:绝对中央对齐
baline:底线对齐
bottom:底线对齐
bottom:底部对齐(默认)
left:左对齐
middle:中间对齐
right:右对齐
top:顶部对齐
texttop:顶线对齐
scrollamount:调节滚动速度
left_shortcut_menu.js
-->
<marquee direction="up" scrollamount="10" bgcolor="#fcf8e3" οnmοuοut="this.start()"
οnmοuοver="this.stop()" width="500px" >
<table class="table table-bordered table-striped table-condend " >
<tr>
<td width="137px">linda</td>
<td width="100px">woman</td>
<td width="100px">18</td>
<td>181234367768</td>
乌兔
</tr>atq
<tr>
<td>judy</td>
<td>woman</td>
<td>18</td>
<td>181234367768</td>
</tr>
<tr>
<td>davi</td>
<td>man</td>
<td>18</td>
<td>181234367768</td>
</tr>英语考试时间
</table>
quit是什么意思</marquee>
</div>
效果图如下 (中间⽤到了bootstramp的⼀些样式,如果没有运⽤bootstramp 可以把样式去掉,单独测试marquee)