IE7 text-indent bug in CSS ?

When Making links with Background images to keep text visible to search engines or text-to-speech applications we use Text indent about large negative values to hide the anchor Text We Give . It works on all major browser except IE7.

So , In order to fix This issue we have to add the text transform to uppercase or camel case.

<style>
.element {
	text-indent:-9999px;
	width:700px;
	text-transform: capitalize;
 
}
</style>

2 Responses to IE7 text-indent bug in CSS ?

  1. I accidentally deleted my joomla files from server? How to install it and have it as it was?

You might also likeclose