Tip: You can modify some of the code before running
<ptml> <pead> <title> Cool connection hint effect </title> </pead><body> <!--Add the following code to the HTML < Body></body> between--> <style type= "Text/css" > <!--. article {font-size:9pt; Border-bottom:black 1px solid; Border-left:black 1px solid; Border-right:black 1px solid; Border-top:black 1px solid; Filter:revealtrans (transition=23,duration=0.5) Blendtrans (duration=0.5); Position:absolute; Visibility:hidden; Background-color: #FFCC00; padding-top:3px; padding-right:3px; padding-bottom:3px; padding-left:0px}--> <!--p, TD, select {FONT-SIZE:9PT} a {color: #0058b0; font-size:9pt; text-dec Oration:none} a:hover {color: #6699FF}. Drop {Filter:dropshadow (color=000000, Offx=1, Offy=1, positive=1)} . drop2 {Filter:dropshadow (color=ffffff, Offx=1, Offy=1, positive=1)}--> </STYLE> <script Language=ja Vascript1.2> <!--function Show (divid) {divid.filters.revealTrans.apply (); Divid.style.visiBility = "visible"; Divid.filters.revealTrans.play (); function Hide (divid) {divid.filters.revealTrans.apply (); divid.style.visibility = "hidden"; Divid.filters.revealTrans.play (); //--> </script> Web Effects <div id= "Div0" class= "article" > This is a good website </div> tutorials Download <div id= "Div1" class= "article" > Very good download site, fast </div> program source code <div id= "Div2" class= "article" > Programming Enthusiasts ' Paradise </div> article tutorial <div id= " Div3 "class=" article "> Here are good things about Delphi </div> China software <div id=" Div4 "class=" article "> programmers will see </div> <p > </p> <p> Refresh once, and then see the effect. There are several kinds of OH </p> </body></ptml>
Tip: You can modify some of the code before running