Hello,
I've a white fieldset on a blue background. I didn't apply any padding inside the fieldset, but it looks like there's a 5px padding applied for all the other browsers: Except for Internet Explorer. If I apply 5px, then IE looks fine, but there is too much padding for the rest of the browsers. Seems like they add up.
That's the most obvious problem, but there are a couple of other less noticeable problems where only Internet Explorer behaves differently from the rest of the browsers. So, is there a way of applying CSS selectively? For instance, if(IE then apply 5px padding).
Thanks for helping