About 1,720,000 results
Open links in new tab
  1. How to Make a “Scroll to Select” Form Control | CSS-Tricks

    Sep 25, 2024 · In our case, we want to select a .scroll-item that is at the halfway mark in the .scroll-container: target.children[1].checked = true. That completes the code. Now, as we scroll …

  2. Styling scrollbar specifically inside a select type input with CSS

    Jun 7, 2012 · The scrollbar of select dropdown can be styled by using this way: select::-webkit-scrollbar In order to let the css take effect, width and height properties need to be set as well.

  3. High Performance Select Box JavaScript Library – Virtual Select

    Apr 8, 2025 · A high-performance, Material Design style select box replacement that supports single/multiple select, virtual scrolling (for larger data lists), live search, and dynamic data …

  4. How to improve UX with a scroll-select box - LogRocket Blog

    Feb 7, 2025 · Follow a step-by-step tutorial for building a scroll-select box, aka a scroll-to-select form, using HTML, CSS, and JavaScript.

  5. How to scroll to the selected option on click of a button?

    Oct 30, 2015 · $(document).ready(function { $("#focus").click(function { var indx = $("select#selectId").find(":selected").index(); $('#selectId').animate({ scrollTop: indx * 14 }, …

  6. javascript - html select scroll bar - Stack Overflow

    May 3, 2012 · Horizontal scrollbars in a HTML Select are not natively supported. However, here's a way to create the appearance of a horizontal scrollbar: 1. First create a css class. .scrollable{ …

  7. javascript - Change the selected item in select input on mouse …

    Aug 2, 2018 · I am using Bootstrap custom form select input for the users to select country. My problem is I have to change the select item in the drop to next item while i scroll the mouse …

  8. How to scroll a select list with JavaScript or jQuery?

    You can use JavaScript to select and then de-select a particular option to force scrolling. For me, with Chrome 41 on Linux, the select will NOT automatically scroll if it's display:none, or a …

  9. How to get a drop-down list to add a scroll bar? - HTML & CSS ...

    Sep 17, 2016 · And here is the css:.dropdown1 { width:290px; overflow:scroll; height: 20px; } and I have also tried:.dropdown1 { width:290px; overflow-y: scroll; height: 20px; }

  10. Responsive custom select box with custom scroll - CodePen

    You can apply CSS to your Pen from any stylesheet on the web. Just put a URL to it here and we'll apply it, in the order you have them, before the CSS in the Pen itself. You can also link to …

  11. Some results have been removed
Refresh