|
EXAMPLE
SimplytheBest.net
PlanMagic.com
| • | PlanMagic
Business
professional business plan software |
| • | PlanMagic
Marketing
professional marketing plan software |
| • | PlanMagic
Finance Pro
financial calculations were never this easy |
| • | PlanMagic
Hotel
professional hotel plan generator |
| • | PlanMagic
Restaurant
the only restaurant business plan generator |
1) Insert the following code with the script inside the <BODY>
section where you want the scroller to appear on the page.
2) Define the content to appear inside
the scroll box in this section of the script:
<!--INSERT CONTENT HERE-->
<b><font style="color: black" size="1" type="times" face="Arial"><br></font>
<font type="times" size="2" style="color: black" face="Arial">SimplytheBest
Scripts</font></b>
<font type="times" size="2" style="color:black"><br><hr size="1" color="#008080"></font>
<table>
<tr><td valign="top"><font face="Verdana" size="1" type="times" style="color: black">•</font></td>
<td><font face="Verdana" size="1" type="times">
<a href="scripts/DHTML_scripts/"
onmouseover="stopall()">DHTML Scripts & Javascripts</a></font></td></tr>
<tr><td valign="top"><font face="Verdana" size="1" type="times" style="color: black">•</font></td>
<td><font face="Verdana" size="1" type="times">
<a href="scripts/perl_scripts/" onmouseover="stopall()">CGI Scripts</a></font></td></tr>
3) Define the scolling
speed
and the style of the scoll box in this section of the script:
var scrollspeed = 40 //
the lower the faster
<!-- Container setup -->
if (iens6){
document.write('<div id="container" style="position:relative;width:155;height:160px;overflow:hidden;border:1px ridge
white">')
And in this
section of the HTML code:
<table width="155"
cellspacing="0" border="1" bgcolor="#E1F0F0"
bordercolor="#008080" bordercolorlight="#FFFFFF">
<tr>
<td width="25%" align="center" valign="bottom">
<a href="Javascript:scrolldown()"><b><font face="Verdana"
size="2">Down</font></b></a>
</td>
For
more information you can visit Ron Grafe's
web site.
|