mdoriano
14 years agoContributor
Fix for IE8
We have a glitch that is happening only in IE 8 and 9 with the positioning of one of the elements in our header. In the "Find Support Now" banner, the text under the third icon is jumping up and push...
From what I can tell, the anchor tag (link) for "Adults Living with Type 2" is missing a closing tag (</a>) that is causing the banner to render differently between the browsers.
Thanks, I will see if that helps.
Doesn't look like that had any effect. Any other ideas?
Hmm. It seems to work for me in IE8 and IE9 when I add the closing </a> tag:
http://jsfiddle.net/Krf64/ (with closing tag)
vs.
http://jsfiddle.net/Krf64/1/ (without closing tag)
I would also remove the <html>, <head>, and <body> tags since this banner module is placed within an html page.
Ok. The test I ran on the live page for IE8 had it looking like it was still breaking. Hope it is working now. I will remove the other tags also and see if that helps. Thanks again.