Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

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

#64226
Ranger
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;}