In this page there are some links at the left sidebar that get cropped with:
.widget-area .textwidget li { overflow: hidden; text-overflow: ellipsis;
For IE you should add some extra code..like changing ur width property..or try using a dotdotdot jquery plugin..that would be an alternate solution.. Like this
http://dotdotdot.frebsite.nl
Edit: Follow this link
Quirksmode textoverflow
which tells you to set the width:100% for IE..