AUTHOR:Submitted
by Ron Grafe TYPE: Freeware BROWSERS: IE 4+, IE 5+, IE 6+, NS 4+, NS 6+
This slide-in box script can be used as an ad box or information box. It
slides-in a text information box from the bottom of the page. You supply the
text in an onMouseOver event in whatever tag you like. When you hold your mouse
over the tag the text will slide in from the bottom. Even if you scroll down,
the info box will stay on the bottom of the page.
b) without URL link and with defined height and width:
<a href="Javascript:Void(0)"
onmouseover="setObj(2,'override',300,200)"
onmouseout="clearTimeout(openTimer);stopIt()">Information
box (no link)</a>
4) Define the content to appear inside the slide-in boxes in
this section of the script (make sure to use single quotes inside double
quotes):
textArray[1]="<font face='Arial' size='2'><strong>SimplytheBest DHTML Scripts & Javascripts</strong><br>A collection of the best
DHTML scripts & javascripts on the Internet.</font>"
textArray[2]="<font face='Arial' size='2'><h2>Information</h2>Using it this way would allow you to enter any type of help/text information.</font>"
5) Define the style of the box windows in this section of the
script (in the BODY section):