{text-indent : -9999} for image replace not working

Hardin

New Member
html:\[code\]<a href="http://stackoverflow.com/questions/7723468/#" title="Edit" class="dashboard-edit">Edit</a><a href="http://stackoverflow.com/questions/7723468/#" title="Delete" class="dashboard-delete">Delete</a>\[/code\]css:\[code\].dashboard-edit, .dashboard-delete { height: 30px; width: 50px; background: url("http://s.ssacdn.com/insight/images/edit.png") no-repeat top left; text-indent: -9999px;}\[/code\]http://jsfiddle.net/FHUb2/any ideas why?
 
Top