slider-core.css revision 2a02f264bb836c95aea74463d43526ebd34d99bd
.yui3-slider {
/* xbrowser inline-block styles */
display: -moz-inline-stack; /* FF2 */
display: inline-block;
*display: inline; /* IE 7- (with zoom) */
zoom: 1;
vertical-align: middle;
}
.yui3-slider-content {
position: relative;
}
.yui3-slider-rail {
position: relative;
}
.yui3-slider-thumb {
position: absolute;
}
.yui3-slider-thumb-image {
/* to collapse vertical space around short thumbs in tall line-height */
display: block;
}
.yui3-slider-image-error .yui3-slider-thumb {
height: 10px;
width: 10px;
background: #000;
color: #000;
overflow: hidden;
}
.yui3-slider-image-error .yui3-slider-thumb-image {
display: none;
}