textfade.html

来自「Its a text-fading linking ticker type ap」· HTML 代码 · 共 55 行

HTML
55
字号
<HTML>
<HEAD>
</HEAD>
<BODY>

<applet code="TextFade.class" width=206 height=143>

<!--Time each link is displayed-->
<param name="linkdelay" value="4">

<!--higher number means faster fade-->
<param name="fadespeed" value="15">

<!-- colors -->
<param name="textcolor" value="000000">
<param name="rollcolor" value="006699">
<param name="backcolor" value="999999">

<!--Options are: Serif,SansSerif,Dialog,Monospaced-->
<param name="fontface" value="Dialog">

<!--Options are: Plain,Bold,Italic,BoldItalic-->
<param name="fontstyle" value="Plain">

<!--font size -->
<param name="fontsize" value="11">

<!-- top left start point of the textblock -->
<param name="xstart" value="18">
<param name="ystart" value="40">

<!-- width of the textblock -->
<param name="textblockwidth" value="175">

<!-- vertical distance between lines -->
<param name="leading" value="26">

<!--add as many strings and links as you like below-->
<param name="string_1" value="Fetches the attributes to use when rendering. This is implemented to multiplex the attributes specified.">
<param name="string_2" value="Parses the string argument as a signed integer in the radix specified by the second argument.">
<param name="string_3" value="This interface corresponds to an applet's environment: the document containing the applet. This is a test">

<!-- target options are: _self, _parent, _top, _blank, or the name of the frame/window you're targeting -->
<param name="target_1" value="_blank">
<param name="target_2" value="_blank">
<param name="target_3" value="_self">

<param name="url_1" value="http://www.yahoo.com">
<param name="url_2" value="http://www.interport.com">
<param name="url_3" value="http://www.ibm.com">

</applet>
</BODY>
</HTML>

⌨️ 快捷键说明

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