<table border= "0" cellpadding= "0" cellspacing= "0" > <tr> <td width= "1" rowspan= "2" ></td> TD width= "1" height= "1" ></td> <td height= "1" bgcolor= "#cccccc" ></td> <td width= "1" ></t D> <td width= "1" rowspan= "2" ></td> </tr> <tr> <td width= "1" height= "1" bgcolor= "#ccc CCC "></td> <td height=" 1 "></td> <td width=" 1 "bgcolor=" #cccccc "></td> </tr> <tr> <td width= "1" bgcolor= "#cccccc" ></td> <td width= "1" height= "1" ></td> <td Widt H= "height=" "0" ><marquee direction= "right" scrollamount= "ten" ><table id= "Marq" ><tr><td ></TD><TD ></TD><TD></TD><TD ></td><td></td></tr> </table></marquee></td> <td width= "1" height= "1" ></td> <td width= "1" bgcolor= "# CCCCCC "></td> </tr> <tr> <TD rowspan= "2" ></td> <td height= "1" bgcolor= "#cccccc" ></td> <td height= "1" ></td> ; <TD bgcolor= "#cccccc" ></td> <td rowspan= "2" ></td> </tr> <tr> <td height= "1" ></td> <td height= "1" bgcolor= "#cccccc" ></td> <td></td> </tr> </table> ; <script languge= "JavaScript" > var Lightrgb = new Array (255,255,255); Initcolor ("#0000FF"); function Initcolor (Color) {var oparray=new Array (. 10,.25,.50,.75,1.0); var basecolor = Longhextodec (color.substring (1,7)); var Ncolor,nhex; for (Var i=0;i<5;i++) {Ncolor=setcolorhue (BASECOLOR,OPARRAY[I],LIGHTRGB); Nhex = Tohex (ncolor[0]) +tohex (ncolor[1]) +tohex (ncolor[2)); Document.All.Item ("Marq"). FirstChild.firstChild.children (i) bgcolor= "#" +NHEX; }} function Setcolorhue (ORIGINCOLOR,OPACITYPERCENT,MASKRGB) {returncolor=new Array (); for (w=0;w<origincolor.length;w++) returncolor[w] = MatH.round (origincolor[w]*opacitypercent) + Math.Round (maskrgb[w]* (1.0-opacitypercent)); return returncolor; function Longhextodec (longhex) {R=todec (longhex.substring (0,2)); G=todec (longhex.substring (2,4)); B=todec (longhex.substring (4,6)); return new Array (R,G,B); function Tohex (dec) {hex=dec.tostring (16); if (hex.length==1) hex= "0" +hex; if (hex==100) hex= "FF"; return Hex.touppercase (); function Todec (hex) {return parseint (hex,16); } </script>
[Ctrl + A All SELECT Note: If the need to introduce external JS need to refresh to perform]