Header

From Biowiktionary

(Difference between revisions)
 
(15 intermediate revisions not shown)
Line 1: Line 1:
-
<script type="text/javascript">
 
-
msg = "Welcome To BIOWiktionary";
 
-
 
-
msg = "! " + msg;pos = 0;
 
-
function scrollMSG() {
 
-
document.title = msg.substring(pos, msg.length) + msg.substring(0, pos);
 
-
pos++;
 
-
if (pos >  msg.length) pos = 0
 
-
window.setTimeout("scrollMSG()",200);
 
-
}
 
-
scrollMSG();
 
-
</script>
 
-
<script type="text/javascript">
 
-
BODY {
 
-
SCROLLBAR-FACE-COLOR: red; SCROLLBAR-HIGHLIGHT-COLOR: gray;
 
-
 
-
SCROLLBAR-SHADOW-COLOR: black; SCROLLBAR-ARROW-COLOR: gray;
 
-
 
-
SCROLLBAR-TRACK-COLOR: orange; SCROLLBAR-DARKSHADOW-COLOR: red
 
-
}
 
-
</script>
 

Current revision as of 22:09, 19 May 2007

Personal tools