Design + Coding > Hide Posted by in Change Tracker Widget

I have a Change Tracker Widget in my sidebar.

The entries are displayed in this format:

May 25 - UserPosted
JournalEntryTitle

I would like to hide the Username that posted the change and I can't figure out how to do it.

06.4.2008 | Registered CommenterEdward Tisdale

Ditto

06.9.2008 | Unregistered CommenterRob Holden

Ditto the ditto.

07.5.2009 | Unregistered CommenterCameron Blazer

This is an echo of my posting at the end of 'opening a new window' thread, makes more sense to continue here.

I made myself a change tracker to be sure this alternate method would work:

.change-list-pt li {position:relative; top:-10000px;}
.change-list-pt li span, .change-list-pt li a {display:inline; position:relative; top:10000px;}

Works in FF, Safari, IE 7, and 8. Though I seem to recall reading that one of the browsers won't allow you to 'hide' things by parking them off screen in an unreachable position. Can someone with a change tracker verify this code works with Opera and/or IE 6?

07.7.2009 | Unregistered CommenterCorey