Marquee scrolling

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   Marquee scrolling
drewfy
CZ Super Newbie
drewfy has been a member for over 20 year's 20 Year Member
Status: Offline
Joined: Mar 03, 2004
0.01 posts per day
Posts: 39
Points: 2,407
   
I am looking to get a constant loop of about 5 images. It currently runs the series then pauses a half second and starts again. This leaves some "dead space" in my scrolling at which I want it to be constant and infinite.
I also can't get it to stop when I mouse over.

<a name="scroller"></a><marquee loop="100" behavior="SLIDE" direction="left" height="250" width="100%" scrollamount="2" scrolldelay="50" onmouseover=''this.stop()'' onmouseout=''this.start()''><table><table width="100%" cols="1" border="0" cellpadding="-2" cellspacing="30" align="center"><tr align="center"><td align="center" valign="baseline"><a href="modules.php?name=resources&file=displayimage&pos=-3"><img src="images/songbook.gif" border="0" alt="Songbook" title="Songbook combo"><br>Interactive Cassette and Song book</a>  </td><td align="center" valign="baseline"><a href="modules.php?name=resources&file=displayimage&pos=-1"><img src="images/storybook.gif" border="0" alt="storybook.gif" title="story book"><br>Storybook & jump rope</a>  </td><td align="center" valign="baseline"><a href="modules.php?name=resources&file=displayimage&pos=-2"><img src="images/video.gif" border="0" alt="Video.gif" title="Video Cassette"><br>Video</a>  </td><td align="center" valign="baseline"><a href="modules.php?name=resources&file=displayimage&pos=-1"><img src="images/storybook.gif" border="0" alt="storybook.gif" title="story book"><br>Storybook & jump rope</a>  </td><td align="center" valign="baseline"><a href="modules.php?name=resources&file=displayimage&pos=-3"><img src="images/songbook.gif" border="0" alt="Songbook" title="Songbook combo"><br>Interactive Cassette and Song book</a>  </td><td align="center" valign="baseline"><a href="modules.php?name=resources&file=displayimage&pos=-1"><img src="images/storybook.gif" border="0" alt="storybook.gif" title="story book"><br>Storybook & jump rope</a>  </td><td align="center" valign="baseline"><a href="modules.php?name=resources&file=displayimage&pos=-2"><img src="images/video.gif" border="0" alt="Video.gif" title="Video Cassette"><br>Video</a>  </td><td align="center" valign="baseline"></table>
<form name="_xclick" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="me@mybiz.com">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="item_name" value="T-Shirt">
<input type="hidden" name="amount" value="10.00">
<table>
  <tr>
    <td>
    <input type="hidden" name="on0" value="Size">Size</td>
    <td>
    <select name="os0">
    <option value="Select a Size">Select a Size
    <option value="Small">Small
    <option value="Medium">Medium
    <option value="Large">Large
    </select></td>
    <td>
    <input type="hidden" name="on1" value="Color">Color</td>
    <td>
    <input type="text" name="os1" maxlength="200"></td>
    <td>
    <input type="image" src="themes/HHK/images/paypal-but1.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!"></td>
  </tr>
</table>
</form>


And as always...we thank you for your support... icon_razz.gif


Back to top Reply with quote
#2   re: Marquee scrolling
Taut
PayPal Donation
CZ Revered Member
 Codezwiz Site Donator
usa.gif california.gif
Occupation: Entrepreneur
Gender: Female
Fav. Sports Team: SF Giants
Status: Offline
Joined: May 27, 2003
0.71 posts per day
Posts: 5530
Points: 481,695
   
here's something that might help oyu better understand the functions oyu want to attain:
[ Register or login to view links on this board. ]


taut



Back to top Reply with quote
#3   re: Marquee scrolling
drewfy
CZ Super Newbie
drewfy has been a member for over 20 year's 20 Year Member
Status: Offline
Joined: Mar 03, 2004
0.01 posts per day
Posts: 39
Points: 2,407
   
Thanks very useful link.
Gave no clues how to give me a continuous loop though. I don't want it to run the five images then start over...I want it to be constantly running (no start and stop just infinite looping).
Any ideas?



Back to top Reply with quote
#4   re: Marquee scrolling
drewfy
CZ Super Newbie
drewfy has been a member for over 20 year's 20 Year Member
Status: Offline
Joined: Mar 03, 2004
0.01 posts per day
Posts: 39
Points: 2,407
   
Taut,
the link you gave me has quickly become my best marquee friend.
I fixed the mouse over issue and even learned how to slow down the scrolling on a mouse over which was a nice touch (if I might pat myself on the back for other's work)
Still closest they got to my constant looping was to set the loop="infinite" which means it will run the series infinitely. So it will run it...pause...run it...pause...etc. infinitely.
Looking for a constant ring of images...no pauses...no breaks....maybe I will just go back to copying and pasting the code about a hundred times....



Back to top Reply with quote
#5   re: Marquee scrolling
Taut
PayPal Donation
CZ Revered Member
 Codezwiz Site Donator
usa.gif california.gif
Occupation: Entrepreneur
Gender: Female
Fav. Sports Team: SF Giants
Status: Offline
Joined: May 27, 2003
0.71 posts per day
Posts: 5530
Points: 481,695
   
lol drewfy....unfortunately my answer would have been to also use the "infinite" attribute to the marquee. marquees are not configured to do what you are needing it to do. your better off with either flash or just make the images as a 1 big animation to give you a more solid loop control


taut



Back to top Reply with quote
#6   re: Marquee scrolling
drewfy
CZ Super Newbie
drewfy has been a member for over 20 year's 20 Year Member
Status: Offline
Joined: Mar 03, 2004
0.01 posts per day
Posts: 39
Points: 2,407
   
Thansk Taut.
Think I have to concede I'm using the wrong tool. I'm trying to cut down the largest tree in the forest with a herring.
I hadn't considered flash or the like....I now have a new project to look into... icon_wink.gif



Back to top Reply with quote
#7   re: Marquee scrolling
Taut
PayPal Donation
CZ Revered Member
 Codezwiz Site Donator
usa.gif california.gif
Occupation: Entrepreneur
Gender: Female
Fav. Sports Team: SF Giants
Status: Offline
Joined: May 27, 2003
0.71 posts per day
Posts: 5530
Points: 481,695
   
lmao...that poor herring!!!!!!!!!

yes, new wonders to behold...ahhh flash..what an invention eh? have fun!


taut



Back to top Reply with quote
#8   re: Marquee scrolling
drewfy
CZ Super Newbie
drewfy has been a member for over 20 year's 20 Year Member
Status: Offline
Joined: Mar 03, 2004
0.01 posts per day
Posts: 39
Points: 2,407
   
but does no one feel the pain of the tree I ask!?!
the herring Always gets the sympathy....... icon_razz.gif



Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum