Home › Forums › CSS › [Solved] Hiding h1 in IE Using display:none or text-indent › Re: [Solved] Hiding h1 in IE Using display:none or text-indent
September 16, 2009 at 5:45 pm
#64226
Member
okay, apparently i’ve made this more complicated than I intended.
for intents and purposes we will ignore the display:none method, and just focus on the text-indent method.
here’s the new css code with the same results as before.
Code:
h1#logo{text-indent: -9999px;}