Hi, I have some problems with a blogger template and I would change just some parts off the css but only for IE 7.0,how can I do it? So it doesn't affect any other browsers,just IE 7.0.
BTW you can also do it in the CSS: .yourstyle{ width: 100px; (this is for FF) #width: 120px; (this is for IE7 & IE6) _width: 130px; (this is for IE6 only) }