slider

jquery slider handle

handle should not be at the center it should within the bar<Here---------------------Here> ...

jquery slider has mystery margin in ie 6/7

First view the page I am having problems with here: http://3hqidiots.com/onthespot/calendar.html I am using the slider found here: http://ennuidesign.com/demo/contentslider/ to slide different calendars. It loads perfectly in all browsers but ie 6/7. In ie 6/7, the first calendar loads with a left margin. Then you slide to the next cal...

Increasing or decreasing control fontsize on runtime according to Slider(WPF component) value

Hello, I want to increase or decrease font size of controls such as window, treeView, ribbon menu etc that are contained by main window. I have a font size slider create method and I want to acces all of Control and TextBlock by using visualtree helper and increase or decrease their font size according to slider value. Methods are be...

somebody help me how make slide with jquery

See example http://www.gigya.com/ (on footer) there a slide using jquery, somebody help me how make that slide ...

jQuery slideToggle - when div is toggled it pushes content out of viewable area (IE)

This is an annoying ocurrance in IE when I use the jQuery slideToggle effect. Without the div being open, page looks normal. The minute I toggle the div open, it extends past the current content, overtop of the footer, and out of the viewable browser area (Even after scrolling all the way down). This feature seems to work just fine in f...

Trouble passing slider value to php mail script

I want to email the value of the slider along with some things they entered into my form to my php email script. This is how the form looks that will pass data to the POST method of mailer.php: <form method="POST" action="mailer.php"> Name: <input type="text" name="name" size="19"><br> <br> E-Mail: <input type="text" nam...

how to style slider

how to styling jquery slider like bar width, color, size ...

Silverlight 3 Problem with slider

Hello everyone, I try to catch the MouseUp event from the slider but it never goes inside of the handler. The code is usual: <Slider x:Name="sliderTime" Minimum="0" MouseLeftButtonDown="sliderTime_MouseLeftButtonDown" MouseLeftButtonUp="sliderTime_MouseLeftButtonUp" Width="Auto" Height="20" Margin="5" > </Slider> pr...

problem with position jquery slider

Hello, My question is, how I can gain better control over this slider, because if I move over it a couple of times then the slider slide's into a wrong position. Either below minimum value or above maximum value. I use the animate function. The slider has three different positions and it has to do basicly two things. 1.calculate how...

Binding NSSlider to NSTextField with nil minValue?

I have an NSSlider bound to a text field to display the value given by the slider. Everything works, but I would like the NSSlider to send "nil" as minValue to the object. For example, I can convert it to nil when saving (to a propertylist): if ([myOb intValue] > 0) [myDict setObject:... forKey:...] But I would like to apply sa...

getting slider value from past

i'm having a page jquey slider and page gets refreshed by on submit. how to keep the past value of a slider after refreshing too ...

Jquery slider plugin that supports "Multiple Ranged Handles"

I have been looking for a Jquery UI slider pluging that supports mutiple ranged handles. The existing Jquery UI slider only supports one range set of values. I am looking for a slider that you can have muliple ranges. So a range with an inner range or two ranges that don't overlap. Example: R = handle XX = Slider bar = or - = Range b...

Creating a custom slider using jQuery UI

I am trying to create a custom slider with two handles using jQuery UI. The problem is that the right handle is moving out of the container. I know the problem, the reason being the fact that the handles are positioned using the left CSS property and since the width of the handles is more than one pixel, the right handle moves out of th...

jQuery image zoom with slider

Does anybody know of a jQuery plugin that can do something like this: http://www.endclothing.co.uk/catalog/product/view/id/5599/s/nike-leather-blazer-vintage-pre-order/category/4/ Im at a dead end. Thanks, A. ...

How to add external controls?

Like links "next/back" and a loop, for this script - http://thejavascriptblog.com/the-quotator-the-json-driven-html-rotator/ Or searcing some other jQuery script for rotating text with fade effect and external controls. ...

How to achieve volume slider effect like on vimeo in flash?

The video player (aka moogaloop) on vimeo.com has a neat visual effect for the audio volume slider. There are a number of sound bars that rise and fall when the mouse hovers over them. The volume level is shown by a blue filled area under the bars with pixel precision. This puzzles me, how can the multiple masks (bars) be used to cove...

jQuery: preventing event from executing for duration of animation

OK, I've checked this thread: http://stackoverflow.com/questions/1012447/prevent-click-event-in-jquery-triggering-multiple-times and attempted to unbind/re-bind an event as described but to no avail. I basically have a slider gallery, with a next/prev button. I want to prevent the next button from being clicked for the duration of th...

JQuery SelectToUISlider Issues

Hopefully this hasn't been asked before as just a slider question, but I couldn't find an answer when already browsing questions. So, here goes: I have a SelectToUISlider (http://www.filamentgroup.com/lab/update_jquery_ui_slider_from_a_select_element_now_with_aria_support/) which is basically a modified JQuery UI Slider, and I'm using a ...

Coda Slider Effect - CSS Issues with Mac Browsers

I'm having some issues with coding the coda slider navigation and panels to be exactly as the panels were uh, designed. I am using this version of coda slider ( http://jqueryfordesigners.com/coda-slider-effect/ ), and am using, for the most part, the same structure of CSS within their idea of the coda slider. To allow the navigation to...

Coda-Slider Previous and Next Button Hiding

Pretty simple question, I know it's just a matter of if / else if statements but I'm unable to get them to run correctly. I'm using the basis of http://jqueryfordesigners.com/coda-slider-effect/, I can get them hidden, etc, but when it comes to having them available depending on the situation (what is currently selected) I'm just unable...