Home › Forums › CSS › CSS not showing properly › Re: CSS not showing properly
May 19, 2009 at 9:47 am
#57770
Participant
I’m on a mac so I’m only looking at your page in IENetrenderer and not really sure what the problem is. You could probaly start by validating your markup http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.ingwecrafts.co.za%2F. Also in your stylesheet, on the #LeftContent h3 you have an extra } which is not helping things.
Code:
#LeftContent h3 {
font-family:Verdana, Geneva, sans-serif;
font-size: 1.0em;
}
}
font-family:Verdana, Geneva, sans-serif;
font-size: 1.0em;
}
}