Instead of the familiar of using left:-9999px, from the excellent zeldman.com:
.hide-text {
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
As always, check the comments on the linked page. Much good info and discussion.