Home › Forums › CSS › Help with IE6 fixes, multiple :( › Re: Help with IE6 fixes, multiple :(
July 18, 2012 at 7:18 pm
#106342
Member
What you are seeing is more then likely the famous double margin bug in IE6, what you need to do is find all elements with a margin and half it as IE6 always multiplies a CSS margin x2 which is annoying but easily fixable in your IE6 stylesheet.