⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 textfade.html

📁 Its a text-fading linking ticker type applet that will fade text of any color over any color backgro
💻 HTML
字号:
<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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -