I don’t understand why you should not create your own - this is my attempt and was not tested in IE, but it should work for the whole modern browser:
#outer {
width: 30px;
height: 140px;
overflow: hidden;
position: relative;
}
#inner, #inner div {
width: 100%;
overflow: hidden;
position: absolute;
}
#inner {
bottom: 0;
height: 0%;
}
#inner div {
top: 0;
width: 100%;
height: 5px;
}
, div, - div , , top: 0, bottom: 0.
: http://www.jsfiddle.net/sNLXn/. , .