Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6833051
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T22:55:58+00:00 2026-05-26T22:55:58+00:00

Good Morning, I have an application which allows users to slide values for different

  • 0

Good Morning,

I have an application which allows users to slide values for different categories all totaling up to 100%. It works fine in Safari, Chrome, and even IE, but in Firefox, the draggable handles do not display in the right place, but instead appear at the top of the wrapper div.

I can still click on the bar where they should be to drag them, which leads me to believe this is just a CSS issue.

I used standard jQuery UI theme roller, without editing any of it.

The code used to render the slider bars is:

function bind_slider_bar (category) {

    $(slider_id (category) ).slider({
        min     :   0,
        max     :   100,
        value       :   budget.slider_values[category],
        start       :   function (e, ui) {
            budget.category = $(this).attr('id').replace('_slider','');
                    //sets the current global value to the slider being dragged, so the correct values get set, and the others are decreased if necessary.
        },
        stop        :   function (e, ui) {
            update_available_budget();
            populate_distribution_fields();
            update_distribution_notifiers();

        },
        slide       :   function (e, ui) {
            update_available_budget();
            populate_distribution_fields ();
            update_distribution_notifiers();
            var my_position = $( slider_id (category) ).slider("value");
            $( draggable_handle ( category ) ).css('left', my_position);
        }
    });

}

The URL for the application is at clearpointccs.org/holiday-planner – I know the logic on the slider bars/calculations is still a little buggy too, but logic I can contend with. The firefox bug I cannot. To test it, you can leave the initial income field blank.

Thanks,

Tom

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T22:55:58+00:00Added an answer on May 26, 2026 at 10:55 pm

    You need to take your slider container out of the td element, it’s not fit to handle sliders as they operate with absolute positioning.

    Change your slider container elements from

    <td id="gifts_slider"></td>
    <td id="parties_slider"></td>
    <td id="travel_slider"></td>
    <td id="food_slider"></td>
    <td id="donations_slider"></td>
    

    To

    <td><div id="gifts_slider"></div></td>
    <td><div id="parties_slider"></div></td>
    <td><div id="travel_slider"></div></td>
    <td><div id="food_slider"></div></td>
    <td><div id="donations_slider"></div></td>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Good Morning, I have created an ASP.NET 3.5 webform that allows users to search
Good Morning All, I have created a different background and a few other images
Good Morning All! I have been developing a project for some time in which
Good Morning All, I have a project which will be distributed as an Excel
Good Morning, I'm working on an ASP.NET 3.5 webforms application and have written the
Good morning. I have an XML file which contains lists of warning and errors
Good morning all, I'm sure this is a gimme, but I have no idea
Good Morning All, I am developing a new ASP.net MVC web application. Part of
Good morning, I have a question regarding default values and NULL values in Sybase
Good Morning. I have a question about how to create an application without GUI.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.