Fixes ie6 bug where range blinks sometimes to a small height or width

props to Todd Parker :)
This commit is contained in:
Scott Jehl 2009-02-24 20:39:43 +00:00
parent 639da64b34
commit bf1a72487d

View File

@ -2,7 +2,7 @@
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: 1%; display: block; border: 0; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }
.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }