Skip to content

Commit

Permalink
Fixes ie6 bug where range blinks sometimes to a small height or width
Browse files Browse the repository at this point in the history
props to Todd Parker :)
  • Loading branch information
Scott Jehl committed Feb 24, 2009
1 parent 639da64 commit bf1a724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/base/ui.slider.css
Expand Up @@ -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; }
Expand Down

0 comments on commit bf1a724

Please sign in to comment.