font-size 0 still shows up in IE7
问题 For some odd reason, when I set a font-size:0px; in my style-sheet for an anchor link, IE7 still shows a tiny-tiny version of the text. Is there anything I should consider doing to completely hide the text, without using text-indent? The anchor itself is using a background image in the css. And I simply want to hide the text that in the anchor link, on the HTML page. 回答1: visibility: hidden and display: none are the standards in hiding elements. The difference between the two is that