Vertically scroll page.

liunx

Guest
Okay, here is what I need to do. I need to place a 'scrolling ticker' on my site which will automatically scroll vertically another page. This page that I will be scrolling will be done in html so the 'ticker' will need to be able to accept html. Has anyone ever seen something like this or know of a script to do this? With this project, one of the requirements is that I don't use Iframes. I would like to be able to adjust the speed of the scroll too. <br />
<br />
Thanks for all your help!<br />
Bryan<!--content-->Why can't it just be in one place?<!--content-->The info that I need to have on the page is too long that I do not want to have to put on the main page since it will make the main page way too long. The info that I need to scroll through the ticker is a list of items we have for sale. So when people look at it, it is scrolling all items we have for sale. Then when they place their cursor over the ticker, Id like it to stop and allow the user to click on the item they want to see more info about. I don't want the info in the ticker to be just plain text, I want to be able to include pictures etc.<br />
Thanks for helping!<br />
Bryan<!--content-->How about this:<br />
<br />
<div style="overflow:auto; height:500px; width:500px;"><br />
all your stuff<br />
</div><!--content-->will that automatically scroll the content?<br />
Thanks!<br />
Bryan<!--content-->Okay, I found the following script that creates a scrolling marquee. This is almost exactly what I am looking for. <br />
<br />
<MARQUEE onmouseover=this.stop() <br />
style="BORDER-RIGHT: 3px double; BORDER-TOP: 3px double; BORDER-LEFT: 3px double; BORDER-BOTTOM: 3px double" <br />
onmouseout=this.start() scrollAmount=1 scrollDelay=1 direction=up <br />
width=738 height=202 bgcolor="#000000"><br />
<TABLE cellSpacing=0 cellPadding=0 width=1000 bgColor=white border=0><br />
<TBODY><TR><TD><a target="_blank" href=http://www.webdeveloper.com/forum/archive/index.php/"www.redirectedpage.com"><img src="image.bmp" width="737<br />
" height="393"></a><TABLE height=100 cellSpacing=0 cellPadding=0 width="100%" border=0><TBODY></TABLE></MARQUEE></marquee></a><br />
<br />
<br />
<br />
<br />
The only problem is the way it is set up now, it will only scroll an image. Can anyone modify this script to allow me to scroll rich text instead of an image?<br />
<br />
Thanks!<br />
Bryan<!--content-->marquees suck<!--content-->Thank you for your opinion. If you have any better ideas to accomplish the same effect, please share your wealth.<!--content-->Why not just use my suggestion and let the users scroll through by them selves?<!--content-->We would prefer to have it automatically scroll.<!--content-->
 
Back
Top