Kids Online Resources Return to the previous page!

Some Fun Code for you:>)
Watching Eyes script- By Kurt (kurt.grigg@virgin.net)
Script featured on Dynamic Drive
Visit http://www.dynamicdrive.com for this script and more

Scroll Bar Color

Place this code inside your <head> </head> tags
Only works with Windows IE

<STYLE type="text/css"><!--
BODY {
scrollbar-base-color: #0000ff;
scrollbar-track-color: #A8FFA8;
scrollbar-face-color: #0000ff;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #CCCCCC;
scrollbar-darkshadow-color: #666666;
scrollbar-shadow-color: #000000;
scrollbar-arrow-color: #FFFF00;
}
--></STYLE>

Page Transitions

Place this code inside your <head> </head> tags
Only works with Windows IE

<META HTTP-EQUIV="Page-Enter" CONTENT="revealTrans(Duration=3.0,Transition=23)">
<META HTTP-EQUIV="Page-Exit" CONTENT="revealTrans(Duration=3.0,Transition=23)">
<META HTTP-EQUIV="Site-Enter" CONTENT="revealTrans(Duration=3.0,Transition=23)">
<META HTTP-EQUIV="Site-Exit" CONTENT="revealTrans(Duration=3.0,Transition=23)">

Duration=your choice
Transitions= for effect

0 @Box in
1 @Box out
2 @Circle in
3 @Circle out
4 @Wipe up
5 @Wipe down
6 @Wipe right
7 @Wipe left
8 @Vertical blinds
9 @Horizontal blinds
10 @Checkerboard across
11 @Checkerboard down
12 @Random dissolve
13 @Split vertical in
14 @Split vertical out
15 @Split horizontal in
16 @Split horizontal out
17 @Strips left down
18 @Strips left up
19 @Strips right down
20 @Strips right up
21 @Random bars horizontal
22 @Random bars vertical
23 @Random

Free JavaScripts provided
by The JavaScript Source

Scrolling Text Will display on the bottom of your browser.
Doesn't Work with eyeballs.
<BODY aLink=#62d6ac bgColor=#0000ff link=#5b87f2
onload="timerONE=window.setTimeout('scrollit(100)',500);" text=#ffffff
vLink=#be844a>
<SCRIPT language=JavaScript>

<!--
function scrollit(seed)
{
var m1 = " This is fun code!";
var m2 = " . . . You can run a message on your pages with this fun code.";
var m3 = " . . . Check it out it is on the bottom of your browser chugging along.";
var m4 = " . . . www.kidsolr.com----youremail@yourdomain.com "
var msg=m1+m2+m3+m4;
var out = " ";
var c = 1;

if (seed > 100) {
seed--;
var cmd="scrollit(" + seed + ")";
timerTwo=window.setTimeout(cmd,100);
}
else if (seed <= 100 && seed > 0) {
for (c=0 ; c < seed ; c++) {
out+=" ";
}
out+=msg;
seed--;
var cmd="scrollit(" + seed + ")";
window.status=out;
timerTwo=window.setTimeout(cmd,100);
}
else if (seed <= 0) {
if (-seed < msg.length) {
out+=msg.substring(-seed,msg.length);
seed--;
var cmd="scrollit(" + seed + ")";
window.status=out;
timerTwo=window.setTimeout(cmd,100);
}
else {
window.status=" ";
timerTwo=window.setTimeout("scrollit(100)",75);
}
}
}
// --></FONT>

</script>
</BODY>
Happy Computing  ;>)

· Home · Art/Music · Early Childhood · Entertainment · Fun/Favorites · Games/Toys · General Education ·
· Geography · · History · Homeschool/Curriculum · Internet Safety · Kids of the World · Language Arts · Math ·
· Parents Resources · Reference ·Science · Special Education · Technical Support · Teen Resources ·
· Zoos/Animals · Site Map · Suggest a Site · Contact Us ·
· Fractions Tutorial · Time Tutorial · Learning is Fun · Beginning Math · Number System ·