[mso] Re: Front page

  • From: "Greg Chapman" <greg@xxxxxxxxxxxxx>
  • To: <mso@xxxxxxxxxxxxx>
  • Date: Wed, 29 May 2002 21:32:09 -0500

I see that line wrapping got destroyed in my post. So I'll try to force
the issue manually here. Don't use it until I say it looks right (unless
you enjoy headaches).<g> BTW, vertical placement is normally done with
the .Top property if you decide to change ScrollIt. 

Greg


<script language="JavaScript1.2">

/*
Cross browser marquee script- 
*/

//Specify the marquee's width (in pixels)
var marqueewidth=350

//Specify the marquee's height (in pixels, pertains only to NS) 
var marqueeheight=20 

//Specify the marquee's scroll speed (larger is faster) 
var speed=6 

//Specify the marquee contents 
var marqueecontents='<font face="Arial"><strong><big>Thank you for
visiting <A HREF="http://profal.com";>profal.com</A> I hope you are
finding these JavaScripts interesting! Feel free to adapt them to your
own needs.</big></strong></font>'

if (document.all)
document.write('<marquee scrollAmount='+speed+'
style="width:'+marqueewidth+'">'+marqueecontents+'</marquee>')

function regenerate(){
window.location.reload()
}

function regenerate2(){
if (document.layers){
setTimeout("window.onresize=regenerate",450)
intializemarquee()
}
}

function intializemarquee(){ 
document.cmarquee01.document.cmarquee02.document.write('<nobr>'+marqueec
ontents+'</nobr>')
document.cmarquee01.document.cmarquee02.document.close()
thelength=document.cmarquee01.document.cmarquee02.document.width
scrollit()
}

function scrollit(){
if (document.cmarquee01.document.cmarquee02.left>=thelength*(-1)){
document.cmarquee01.document.cmarquee02.left-=speed
setTimeout("scrollit()",100)
}
else{
document.cmarquee01.document.cmarquee02.left=marqueewidth
scrollit()
}
}
window.onload=regenerate2
</script>

<ilayer width=&{marqueewidth}; height=&{marqueeheight};
name="cmarquee01"> <layer name="cmarquee02"></layer> </ilayer>

*************************************************************
You are receiving this mail because you subscribed to mso@xxxxxxxxxxxxx or 
MicrosoftOffice@xxxxxxxxxxxxxxxx

To send mail to the group, simply address it to mso@xxxxxxxxxxxxx

To Unsubscribe from this group, send an email to 
mso-request@xxxxxxxxxxxxx?Subject=unsubscribe

Or, visit the group's homepage and use the dropdown menu.  This will also allow 
you to change your email settings to digest or vacation (no mail).
//www.freelists.org/webpage/mso

To be able to use the files section for sharing files with the group, send a 
request to mso-moderators@xxxxxxxxxxxxx and you will be sent an invitation with 
instructions.  Once you are a member of the files group, you can go here to 
upload/download files:
http://www.smartgroups.com/vault/msofiles
*************************************************************

Other related posts: