The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hi,
I've created a image slider using HTML to make a marquee. Problem is there's a gap on the last image until it resets. What can I use to create a scrolling bar that keeps scrolling with no gaps? No text, literally image banners. Thanks in advance. |
#2
|
||||
|
||||
![]()
The code you used would help, kinda hard to guess.
|
#3
|
|||
|
|||
![]() Code:
<td align="center"> <!-- Marquee by BRUCE --> <style type="text/css"> .marquee_code {height:420px; width:199px; background-color:FAFAFA; font-family:Helvetica; font-size:18pt; color:FF9061; border-width:2px; border-style:none; border-color:DEB8DD; } </style> <marquee class="marquee_code" direction="up" behavior="scroll" scrollamount="4" > <a href="http://www.ghostbikes.com" target="_blank"><img src="http://www.pitbikeclub.co.uk/images/ads/ghost.gif" alt="Ghost Bikes" border="0" /></a> <br> <a href="http://www.luckymx.co.uk" target="_blank"><img src="http://www.pitbikeclub.co.uk/images/ads/luckymx.gif" alt="Lucky MX" border="0" /></a> <br> <a href="http://www.cwbikes.co.uk/" target="_blank"><img src="http://www.pitbikeclub.co.uk/images/ads/cw.gif" alt="CW Bikes" border="0" /></a> <br> <a href="http://www.motosyko.com/" target="_blank"><img src="http://www.pitbikeclub.co.uk/images/ads/motosoko.gif" alt="Motosyko" border="0" /></a> </marquee> <!-- Marquee by BRUCE --> </td> |
#4
|
||||
|
||||
![]()
You cannot scroll images continuously using HTML marquee tag - it must have javascript added for continuous scrolling functionality.
Here is a jQuery plugin with a lot of features: http://jscroller2.markusbordihn.de/e...roller-windiv/ And this one is "silky smooth" http://remysharp.com/2008/09/10/the-...mooth-marquee/ |
#5
|
|||
|
|||
![]()
That second one looks ideal, how can you add it into a vBadvanced module?
So far I downloaded his script and saved the JS into root, then added $('marquee').marquee(optionalClass); into the template. Doesn't work though, so where have I gone wrong? Thank you |
#6
|
||||
|
||||
![]()
Here you go...(For vb3.8 with vbacmps) This has been on my test site for years.
Edit it to your liking.. Import Module via VBACMPS testaff is left/right testaff2 is up or down Demo: Bottom of page. http://blind-eddie.com |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|