Header

From Biowiktionary

(Difference between revisions)
Line 13: Line 13:
  <script type="text/javascript">
  <script type="text/javascript">
-
  <STYLE>  
+
  <STYLE>
  BODY {
  BODY {
  SCROLLBAR-FACE-COLOR: red;
  SCROLLBAR-FACE-COLOR: red;
   
   
-
  SCROLLBAR-HIGHLIGHT-COLOR: gray;  
+
  SCROLLBAR-HIGHLIGHT-COLOR: gray;
   
   
  SCROLLBAR-SHADOW-COLOR: black;
  SCROLLBAR-SHADOW-COLOR: black;
   
   
-
  SCROLLBAR-ARROW-COLOR: gray;  
+
  SCROLLBAR-ARROW-COLOR: gray;
   
   
-
  SCROLLBAR-TRACK-COLOR: orange;  
+
  SCROLLBAR-TRACK-COLOR: orange;
   
   
  SCROLLBAR-DARKSHADOW-COLOR: red;
  SCROLLBAR-DARKSHADOW-COLOR: red;

Revision as of 07:39, 17 April 2007

<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">
<STYLE>
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;
}
</STYLE>
</script>
Personal tools