Home › Forums › CSS › more ie issues › Re: more ie issues
April 3, 2009 at 4:41 am
#55778
Participant
for your header text. IE hates your font sizing, so instead of displaying it anyway, it thinks its a better idea to remove it…
I changed:
h1.logotype {
font: 72px/0 georgia;
}
to
h1.logotype {
font: 4.5em georgia;
}
For the rest I havnt had chance to look yet, but I might get some time a little later :)