MSN Home  |  My MSN  |  Hotmail
Sign in to Windows Live ID Web Search:   
go to MSNGroups 
Free Forum Hosting
 
Important Announcement Important Announcement
The MSN Groups service will close in February 2009. You can move your group to Multiply, MSN’s partner for online groups. Learn More
Odd PeopleDeemed especially "cool" by MSN.[email protected] 
  
What's New
  
  Odd People  
  Happy Odd Halloween!  
  Happy Odd Mothers' Day!  
  Happy Valentine's Day!  
  Happy Canada Day!  
  Happy Independence Day!  
  Hoppy Easter!  
  Merry Odd Christmas!  
  9-11 Remembrance  
  3701 Members  
  The Litterbox  
  All Topics  
  General  
  Ask Ubergato  
  Odd Tutorials  
  Odd Recipes  
  Odd Captions  
  Odd Games  
  Member Photos 2  
  Member Photos  
  Member Pets  
  Pictures  
  Numbers  
  Birthday Cakes  
  Odderata  
  Documents  
  Happy Hot Dog  
  Member Links  
  Try These  
  Odd Movies  
  Books  
  Music  
  Humor Links  
  Original Humor  
  At The Movies  
  Hillbilly Rap  
  Ubergatos Humor  
  Bubbles Page  
  eViL pOp TaRt's Page  
  DoodleDanD  
  HappyGuppyPuppy  
  HGP freeware picks  
  Tribble's Page  
  Odd Birthdays  
  Ubie's Stuff  
  A  
  Awards Page  
  Odd Lynx  
  Hot Links  
  Cold Links  
  Odd Stationery  
  Holiday Stationery  
  Sootsy's Stuff  
  Kudzu News  
  Ubergatos Adages  
  Billboard Wisdom  
  The Early Bird  
  Cant Eat One  
  At The Movies  
  Odd Peoples' Anniversaries and Other Things  
  
  
  Tools  
 
Odd Tutorials : How To Make Basic Email Stationery
Choose another message board
View All Messages
  Prev Message  Next Message       
Reply
Recommend  Message 2 of 1 in Discussion 
From: BubbIes  in response to Message 1Sent: 4/8/2001 1:44 AM
Here is the top scroll script.  Just copy the script and nothing else as you did for the left scroll script.
 

<P><!--webbot bot="HTMLMarkup" startspan
alt="[&lt;b&gt;This is the OE5 Scroll Script&lt;/b&gt;]" --></P>
<DIV id=imageholder
style="Z-INDEX: -1; LEFT: 0px; POSITION: absolute; TOP: 0px">
<SCRIPT language=VBScript>
<!--
direction="left" ' change the direction of the scroll here: "up" or "left" or "down" or "right"
sizew=200 ' enter the width of the scrolling image here
sizeh=900 ' enter the height of the scrolling image here
nail=0
source=document.body.background
tall=((screen.height\sizeh)+1)*2
wide=(screen.width\sizew)+1

if direction="up" then
max=tall
axis=sizeh
placement=0
reset=0
elseif direction="left" then
max=wide
axis=sizew
placement=0
reset=0
elseif direction="down" then
max=tall
axis=0
placement=-sizeh
reset=-sizeh
elseif direction="right" then
max=wide
axis=0
placement=-sizew
reset=-sizew
end if

document.write "<pre>"
for temp=0 to max
if direction="up" then
document.write "<img id=pics"&temp&" src><br>"
elseif direction="left" then
document.write "<img id=pics"&temp&" src>"
elseif direction="down" then
document.write "<img id=pics"&temp&" src><br>"
elseif direction="right" then
document.write "<img id=pics"&temp&" src>"
end if
document.all("pics"&temp).src=source
next
document.write "</pre>"

document.body.background=" "
window.status="Click the image to Stop or Restart the scroll"

sub scroll()
if nail=1 then
exit sub
end if
if placement < axis then
setTimeout "move", 1
else
placement=reset
setTimeout "move", 1
end if
end sub

sub move()
if direction="up" then
imageholder.style.top=-placement
elseif direction="left" then
imageholder.style.left=-placement
elseif direction="down" then
imageholder.style.top=placement
elseif direction="right" then
imageholder.style.left=placement
end if
placement=placement+1
setTimeout "scroll", 1
end sub

sub imageholder_onclick()
if nail=0 then
nail=1
else
nail=0
end if
scroll()
end sub

scroll()
-->
</SCRIPT>
</DIV><!--webbot bot="HTMLMarkup"
endspan -->
<P></P>
<P>&nbsp;</P></BODY>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

If you need to find the size of a pic, go into Windows Explorer and right click on your pic's name. Click "Properties" . The size will come up as part of the information.  Input that as needed.