Home › Forums › CSS › CSS Problem in IE › Re: CSS Problem in IE
May 3, 2012 at 2:23 pm
#100511
Participant
First things first!
I see that you have applied set of 2 stylesheets containing same code. It’s just that 1 is minified. Just keep 1 stylesheet reference – preferably the minfied version.
I also observed that you have not applied CSS-Reset code. If you’re not aware of CSS-Reset, just google it. You’ll get many flavours of CSS-Reset. Simply put that code in the starting part of your main stylesheet. CSS-Reset will solve more than half of your IE problems and you’ll get cross-browser consistency for most of the part.
Please note that you might need to re-style few or many elements after putting the CSS-Reset style.