widget-stack-core.css revision 1988d4c2616af1381309aa08892b5195e8557044
.yui-widget-stacked .yui-widget-shim {
opacity:0;
filter:alpha(opacity=0);
position:absolute;
border:none;
top:0px;
left:0px;
padding:0;
margin:0;
z-index:-1;
width:100%;
height:100%;
/*
We'll be setting these programmatically for IE6,
to account for cases where height is not set
*/
_width:0;
_height:0;
}
.yui-widget-hide-scrollbars,
.yui-widget-hide-scrollbars * {
overflow: hidden;
}
.yui-widget-hide-scrollbars select {
display: none;
}
.yui-widget-show-scrollbars {
overflow: auto;
}