用html标签怎么设计公告栏板块

用html标签怎么设计公告栏板块,第1张

1、先给一个例子,下面再做详细讲解我钟意网页树树--这个例子是从左向左滚动2、各参数详解:a)scrollAmount。它表示速度,值越大速度越快。如果没有它,默认为6,建议设为1~3比较好。b)width和height,表示滚动区域的大小,width是宽度,height是高度。特别是在做垂直滚动的时候,一定要设height的值。c)direction。表示滚动的方向,默认为从右向左:←←←。可选的值有right、down、up。滚动方向分别为:right表示→→→,up表示↑,down表示↓。d)scrollDelay,这也是用来控制速度的,默认为90,值越大,速度越慢。通常scrollDelay是不需要设置的。e)behavior。用它来控制属性,默认为循环滚动,可选的值有alternate(交替滚动)、slide(幻灯片效果,指的是滚动一次,然后停止滚动)3、根据需要设置对应的参数,就可以实现滚动啦,把想要滚动的div标签包含在marquee标签里面。

这个代码到处都能找的到:<table border="1" bordercolor="#000000" bgcolor="#6699ff" cellpadding="5" cellspacing="0">

<tr>

<td>

<SCRIPT language=javascript>document.write ("<marquee scrollamount='1' scrolldelay='30' direction= 'UP' width='200' id='jzxue_com' height='150' onmouseover='rav.stop()' onmouseout='rav.start()' Author:redriverFor more,visit:asssss.123.com>") document.write ("<h2><p align='center'><font color='#ffffff' face='黑体'>哈 啰</font></h2>")

document.write ("<p align='right'><a href='#' target='_blank'><font color='#ffffff'>阿杜</font></a>")

document.write ("<p><font color='#ffffff' >")

document.write ("<br>我等着见你一面等过这些年")

document.write ("<br>我想要从从容容说着好久不见")

document.write ("<br>我一厢情愿认定你都不会变")

document.write ("<br>那一年那个春天 ")

document.write ("<br>我想要说的全都写在眼里面")

document.write ("<br>我也曾想过一切可能沧海桑田")

document.write ("<br>风影缠绵穿过长发谁的思念")

document.write ("<br>牵挂的你走的那么远")

document.write ("<br>哈罗就红了双眼")

document.write ("<br>哈罗又过了一年")

document.write ("<br>哈罗在天黑以前想的万语千言")

document.write ("<br>哈罗却停在你的脸")

document.write ("<br>哈罗何必再相见")

document.write ("<br>哈罗回不到从前")

document.write ("<br>哈罗我瞒不了心痛的那么明显")

document.write ("<br>哈罗难道这就是再见")

document.write ("</font>")

document.write ("</marquee>")

</SCRIPT>

</td>

</tr>

</table>

<公告栏>

<html>

<head><title>哇我是公告栏里的HTML语言</title></head>

<body>

<p>小弟我学历浅薄,没有办法。</p>

</body>

</html>

</公告栏>


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/8323337.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-04-15
下一篇 2023-04-15

发表评论

登录后才能评论

评论列表(0条)

保存