Autofolw: scroll for IE 5.5 and lower

Hi guys,
I need a help with a site that I’m working on,

I have a css script
#txt{
margin:0px;
padding:0px 5px;
position:relative;
top:-300px;
height:300px;
width:510px;
voice-family:""}"";
voice-family:inherit;
width:500px;
overflow:auto;
}

that basically should determine whether the content too long for the container and if is, it should automatically add a scroll, in theory
but when I check through
http://browsershots.org
the scroll doesn’t show up in IE 5.5 and lower,
does anyone know why? been trying to find the answer for it but haven’t find any luck luck

thanks in advance