Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はこのUIスライダーを使用しており、サイズも私のサイトにあるものです(幅ではなく、ボタンのサイズ-ページの下部のデモ)-しかし、ここではスライダーボタンのサイズがはるかに良く、小さくなっています-右側のデモ。
では、UIスライダーボタンのサイズを変更するにはどうすればよいですか?または他の種類のボタン(画像など)を追加するにはどうすればよいですか?
サンプルページのcss:
.ui-slider .ui-slider-handle { cursor: default; height: 1.2em; position: absolute; width: 1.2em; z-index: 2; }
vertical slider次の方法で解決された私の問題を使用している人のために:
vertical slider
.ui-slider { position: relative; }