slider

Content scroller that works with iPad + HTML5 video?

Hi. I'm looking for a content scroller ("carousel" component) and HTML5 video library that work well across browsers but most importantly handles HTML5 video and the iPad well. I've tried the AnythingScroller + JW HTML5 Player and they simply don't work on Safari 5 and iPad -- the HTML5 video goes outside of the scroller component, even ...

Add captions to looped slider plugin?

Hello, I am implementing the looped slider plugin (see: http://nathansearles.com/loopedslider/example-4.html) on a website, and need to add captions to the images (that just appear as text beneath their corresponding images). Could anyone point me in a direction of where I could start? There is already so much jquery going on in this ...

Facebook Page Static FBML Slideshow

Hi folks, I am trying to create a really simple image slider for a facebook business page, and was wondering if anyone knows of any code snippets to help me accomplish the job? I only need to be able to display a few images and allow the user to slide between them. Any ideas? Thanks so much. Elliott ...

UISliders and UIButton stop working in landscape mode

Hi all, I can't seem to find anyone who's had a similar problem so hopefully someone on here can help me with what might be a very obvious problem. Basically my program currently has a bunch of UISliders, UIButtons, and text boxes in it. Although I laid out all of this in landscape (I plan on having this view work only in land scape, o...

Piecemaker flash slider clipped by it's container?

I am implementing the flash slider, Piecemaker, for the first time in my latest project. I've got a problem with it's animation being cropped by the width and height of its container, and I cannot for the life of me work out how to let it overflow outside its container during animations. There is also a weird problem I've just noticed ...

jQuery carousel

Hi, as so many other people I am looking for a carousel for my homepage. I already had a look at the market. My favorite would be a mix of several existings ones. And, if possible, it should be based on jQuery, since I am using that already. Some good carousels are based on mootools, though. So, what do I like? noobSlide is nice. P...

ActionScript Refactoring NumericStepper And Slider Code

i'm creating NumericStepper and Slider component objects. both have very similar properties, except for a few. i'd like to refactor the code for creating them, but i'm not sure about the best way of doing so. var numericStepper:NumericStepper = new NumericStepper(); numericStepper.width = 50; numericStepper.minimum = 1; numericStepper...

WPF Slider layer issue

Hi all, I'm using a WPF slider and have basically used it to implement a "Pull out control". Basically it's a slider control with two positions: 0 and 1 I have this control on the far left side so what you initially see is the thumb position at 0. The user can then drag it out to the 1 position to see the full view of the slider thumb...

How to use JQuery Slider control without loading JQuery ?

I want a use a Dual Slider (Range) HTML control, similar to the JQuery dual Slider, without having to load a huge JavaScript framework just to use it. Does such a dual slider control exist, that is light weight (filesize) and doesn't require me loading any JavaScript frameworks? ...

Silverlight mediaelement progressbar

Hi, I am trying to create a custom media player in Silverlight. I am working on the Progress Bar. I want the progress bar to display the current Download Progress as well as the Current Position of the mediaelement while it is playing. To do this I have a Progress Bar to display the download progress and a Slider laid over top to displ...

an addition needed in highslide js

Iam using highslide js for my image blow up section and its working fine. But now i need that once an image is clicked and is blown large then if a person clicks anywhere on the page except that image then the image should get back to its original self i.e. blow up should get removed.You can check it here http://highslide.com/ Even on or...

JqueryUi Range slider: put min and max values into separated fields

Currently the range slider outputs min&max values into single text field. I think that's wrong behavior, at least for me :) Is there a way to separate these values using two different "input" fields? Thanks! ...

Scriptaculous Slider for iphone

Hi, I working with scriptaculous in my web solution and use one slider for range selection. I have ported to iphone and changed event listeners to touchstart, touchmove, touchend in place of mousevents but nothing is working as need. I have moved to some others to click events but same issue. Click event is starting but later is not cor...

WPF - Drawing image to canvas and erasing and redrawing repeatedly

I currently have a canvas with an image background in a WPF application. Above this canvas, I have a slider control. I need to, as users slide the value of the slider back and forth, draw a red line straight down across the canvas. I need to do this every time the slider value is changed such that the red line is always aligned with t...

Adding Custom functionality to jquery slider.

I need to create a custom image slider with some functionality that I've never seen before. I'd like to use an existing jquery slider if I could (something like - http://nivo.dev7studios.com/) and then customize it but I'm really not sure were to start. I need to have 4 boxes each with a small image within. Below would be a slider that...

jQuery: position of a tooltip used in a slider

Hello, I'm using a jQuery Tooltip and a jQuery Slider (jQueryUI) at the same time. The slider works fine. But after scrolling tooltips are displayed at a wrong position (download screenshot or source). I guess it's because of wrong CSS … Why are some tooltips not displayed at the correct position? Thanks Johannes <script src="http:/...

Change text msg after 5 star vote (maybe animated)

Hi, Im seeking help to do a "text roll/replace" and even better if animated. To the point i have a vote with 5 stars, once people have clicked on the rating, star 1, 2, 3.. etc At first i want to show msg: "Like it or not?" once voted text change to, "thumbs up pal!" and seconds after changing to "2 rating from 1 vote" Hope it makes...

jQuery slider and IE6 Issues

I'm having a few issues with our old friend IE6. The site I'm working on is for a public sector client so it has to support IE6. The slider is fine in IE7+, Firefox, Safari and Chrome. I've tried everything that I can think of but I'm drawing a blank! Can you help? IE6 on a PC. Chrome on a Mac ...

How to get the jquery slider to slide automatically to the element the user clicked?

I have a slider made with jquery ui and it works perfectly when dragged by the user or if the user click on it, it slides perfectly and slides the content in the div with it. What I want now and haven't been able to make is to allow the user to click any element inside the div that scrolls and have the slider scroll there automatically. ...

Slider working along with treeview default highlight

Hi all, I have a treeviews which look like this: 2. Header << Play Video (a) [Duration 0:00 to 0:09] and (b) [Duration 0:10 to 0:44] on click a) sub header 1 << Play Video (a) only on click b) sub header 2 << Play Video (b) only on click 3. Header << Play Video (a) [Duration 0:00 to 0:20] and...