
More JavaScript Backgrounds
Alien Spacecraft | Astronaut Background | Blinker | Bouncing Image | Table Cell Changer | Color Chooser | Color Table | Color Adjuster | Cursor Changer | Dual Scroller | Fade In | Fader | Fireworks | Floating Hearts | Full Size Image | Growing Image | Htm Scroller | Link Colours | List Changer | Matrix | Menu Sliding Image | Mouse Fireworks | Persistent Layer | Random Background | Random Images | Rain | Roulette | Snow | Sound | Space Trip | Star Field | Stubborn Image | Text Blinker | Type A Color | Write Layer
Description
Scrolls HTML elements within a DIV. Can be modified to scroll vertically or horizontally....View A Script Demo
Scrolls HTML elements within a DIV. Can be modified to scroll vertically or horizontally....View A Script Demo
Do you find it confusing setting up these script?
Java Scripts Magic can do all the hard work for you all At The Touch Of A Button.
Java Scripts Magic can do all the hard work for you all At The Touch Of A Button.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META NAME="Generator" CONTENT="TextPad 4.4">
<LINK href="general.css" rel="stylesheet" type="text/css">
</HEAD>
<BODY Background=../graphics/grayback.jpg onLoad="start()">
<center><BR><BR><BR>
<div id="point1" STYLE="position:absolute;visibility:visible;">
<img src="ball.gif" width=30 height=29 border=0>
</div>
<SCRIPT LANGUAGE="JavaScript">
<!-- Original: Bruce W.Anderson (appletlib@about.com) -->
<!-- Web Site: http://appletlib.tripod.com/dhtml/elevator.html -->
<!-- Begin
var xPos = 20;
var step = 1;
var delay = 30;
var yPos = 0;
var height = 0;
var offset = 0;
var yon = 0;
var name = navigator.appName;
if (name == "Microsoft Internet Explorer") {
yPos = document.body.clientHeight;
point1.style.top = yPos;
}
else {
yPos = window.innerHeight;
document.point1.pageY = yPos;
document.point1.visibility = "hidden";
}
function changePos() {
if (yon == 0) {
yPos = yPos - step;
}
else {
yPos = yPos + step;
}
if (name == "Microsoft Internet Explorer") {
height = document.body.clientHeight;
offset = point1.offsetHeight;
}
else {
height = window.innerHeight;
offset = document.point1.clip.height;
}
if (yPos < 0) {
yon = 1;
yPos = 0;
}
if (yPos >= (height - offset)) {
yon = 0;
yPos = (height - offset);
}
if (name == "Microsoft Internet Explorer") {
point1.style.left = xPos;
point1.style.top = yPos + document.body.scrollTop;
}
else {
document.point1.pageX = xPos;
document.point1.pageY = yPos + window.pageYOffset;
}
}
function start()
{
if (name != "Microsoft Internet Explorer") {
document.point1.visibility = "visible";
}
loopfunc();
}
function loopfunc()
{
changePos();
setTimeout('loopfunc()',delay);
}
// End -->
</script>
</center>
</BODY>
</HTML>
<HTML>
<HEAD>
<META NAME="Generator" CONTENT="TextPad 4.4">
<LINK href="general.css" rel="stylesheet" type="text/css">
</HEAD>
<BODY Background=../graphics/grayback.jpg onLoad="start()">
<center><BR><BR><BR>
<div id="point1" STYLE="position:absolute;visibility:visible;">
<img src="ball.gif" width=30 height=29 border=0>
</div>
<SCRIPT LANGUAGE="JavaScript">
<!-- Original: Bruce W.Anderson (appletlib@about.com) -->
<!-- Web Site: http://appletlib.tripod.com/dhtml/elevator.html -->
<!-- Begin
var xPos = 20;
var step = 1;
var delay = 30;
var yPos = 0;
var height = 0;
var offset = 0;
var yon = 0;
var name = navigator.appName;
if (name == "Microsoft Internet Explorer") {
yPos = document.body.clientHeight;
point1.style.top = yPos;
}
else {
yPos = window.innerHeight;
document.point1.pageY = yPos;
document.point1.visibility = "hidden";
}
function changePos() {
if (yon == 0) {
yPos = yPos - step;
}
else {
yPos = yPos + step;
}
if (name == "Microsoft Internet Explorer") {
height = document.body.clientHeight;
offset = point1.offsetHeight;
}
else {
height = window.innerHeight;
offset = document.point1.clip.height;
}
if (yPos < 0) {
yon = 1;
yPos = 0;
}
if (yPos >= (height - offset)) {
yon = 0;
yPos = (height - offset);
}
if (name == "Microsoft Internet Explorer") {
point1.style.left = xPos;
point1.style.top = yPos + document.body.scrollTop;
}
else {
document.point1.pageX = xPos;
document.point1.pageY = yPos + window.pageYOffset;
}
}
function start()
{
if (name != "Microsoft Internet Explorer") {
document.point1.visibility = "visible";
}
loopfunc();
}
function loopfunc()
{
changePos();
setTimeout('loopfunc()',delay);
}
// End -->
</script>
</center>
</BODY>
</HTML>
If you have a Business Proposal that you think may be of interest to us here at Best Download Sites please contact us to discuss the matter in further detail

