更改jQuery UI滑块大小 [英] Change jQuery UI slider size

查看:149
本文介绍了更改jQuery UI滑块大小的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用此UI滑块,大小是我网站上的一些(不是宽度,而是按钮的大小 - 演示页面底部)。 - 但是这里

I am using this UI Slider and the size is the some on my site too (not the width but the button's size - demo the bottom of the page).- But here the slider button's size is much nicer, smaller - demo right hand side.

那么如何更改UI滑块按钮的大小呢? OR如何添加其他类型的按钮

So how can I change the UI Slider button's size? OR How can I add other kind of button e.g. image?

推荐答案

css from example page:

css from example page:

.ui-slider .ui-slider-handle {

    cursor: default;
    height: 1.2em;
    position: absolute;
    width: 1.2em;
    z-index: 2;
}

这篇关于更改jQuery UI滑块大小的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆