[jQuery] Re: innerFade and delay? or Cycle and drupal 5.x ?
Yeah, tried the continuous thing, but I just can't get the effect I am seeking, actually I think that it is a css relatede problem too... I have made this example: http://www.visual-astma.dk/js/ Every news has it's own div, if i force the divs to a certain width (like 500px) I almost have the desired effect, but I have no way of knowing what width the text of the different news will have. Anyone have any suggestions? Ohh, and is it posible to disable easing. On Jun 23, 6:35 pm, Mike Alsup <[EMAIL PROTECTED]> wrote: > > Just another quick question, has anybody had any luck makingcycle > > behave like > > a continuous horizontal scrolling news ticker? > > Have a look at the 'continuous' option: > > http://www.malsup.com/jquery/cycle/continuous.html
[jQuery] Re: innerFade and delay? or Cycle and drupal 5.x ?
Hi! Just to follow up, I updated Drupal's jQuery and cycle worked like a charm. So i'm using cycle, and i'm happy... Just another quick question, has anybody had any luck making cycle behave like a continuous horizontal scrolling news ticker? I've tried alot of different stuff but a can't seem to make it work like for instance http://plugins.jquery.com/project/liScroll I know that cycle wasn't created with this function i mind, but it would be way cool if it was possible make it do it anyhow. I already have something running using $('#specialScroll').cycle({ fx:'scrollRight', timeout: 2000, delay: 0 }); But i can't make it seem like one long continuous stream of text... Anybody achieved this? On Jun 2, 5:52 pm, Karl Swedberg <[EMAIL PROTECTED]> wrote: > It could be that the jQuery Update module is only updating to 1.1.x . > > I noticed this on the module page: > > > A 2.x branch is now available. This includes the latest jQuery 1.2.3 > > with both compat-1.0 and compat-1.1. > > > Do note that the install process has slightly changed so a complete > > reinstall is needed. Read the README.txt. > > Hope that helps. > > --Karl > > Karl Swedbergwww.englishrules.comwww.learningjquery.com > > On May 28, 2008, at 7:47 PM, jonathan wrote: > > > > > On May 29, 9:20 am, "Mr.Morton" <[EMAIL PROTECTED]> wrote: > >> Does anybody haveCyclerunning withDrupal/Jquery ? > > > I've got Jquerycycleworking onDrupal5.7, using: > >Drupal5.7 > > Jquery Update module 5.x-1.0 > > jquery.cycle2.20 > > > It's working fine using the Fade transition and paging on Firefox and > > Safari, but I'm getting errors in IE6. > > > I've noticed that IE6 fails to render the demo at > >http://www.malsup.com/jquery/cycle/pager.html > > The first image appears but no pager, and the javascript error is line > > 30 char 30 "'console' is undefined"
[jQuery] innerFade and delay? or Cycle and drupal 5.x ?
Hi, I have a question, i'm using innerFade (http://medienfreunde.com/lab/ innerfade/) to fade a number of images, I would actually prefer to use Cycle (http://www.malsup.com/jquery/cycle/) but for some reason it does not work with Drupal 5??. Anyway innerFade do work, but I need to specify a delay before it changes images the first time. I can see that cycle has this feature (delay: 0, // additional delay (in ms) for first transition (hint: can be negative)). Does anybody here know how one could create this feature to innerFade ? Or Does anybody have Cycle running with Drupal/Jquery ? Kind Regards Morten
[jQuery] jTip
Hi Group! I am very new to jQuery, and I need help! I am trying to make jTip work the way i want. I found this http://15daysofjquery.com/jquery-tooltips/21/ and from that I made this http://www.visual-astma.dk/js/ And with a few modification I almost got it working the way I want... But what do I want? Yes, I want a "tooltip" that you can move the mouse over and when the mouse leaves the tooltip it fades out. This part works! Hurray! But when you leave the link without touching the tooltip, the tooltip stays So i need a way to make the tooltip fadeout when the mouse leaves the link, but at the same being able to move the mouse over the tooltip. Does it make any sense??