html - Footer stacking in IE7 only -


I'm working on a website again for a customer at work, and it's going on brilliantly However, when I look at the page in Internet Explorer 7, I keep the footer stacks up to keep.

It looks fine in all other platforms, but once viewed in IE 7.

Can anyone take a look at the code and see if I'm missing something? This footer is HTML, I'm trying to attach CSS, but it says that it's too many letters?

  & lt;% Dim WebSession if isObject (session (" WebSession ")) then set WebSession = Session (" WebSession ") end if% & gt; & Lt ;! - #Vertual = "/ 4YSI no included / adovbs.inc" - & gt; & Lt ;! - # Include Vertical = "/ 4YSI NO / Constant 4 YS H" - & gt; & Lt ;! - # include file = "../../ included / constants.h" - & gt; & Lt ;! - # include file = "../../ included / work .esp" - & gt; & Lt ;! - #Vertual = "/ 4YSI not included / CPCommonfunctions.asp" - & gt; & Lt ;! - # include file = "../../includes / WebTags.asp" - & gt; & Lt; Div id = "footer" & gt; & Lt; Ul id = "social" & gt; & Lt; Li & gt; & Lt; A href = "https://twitter.com/carrabbas" target = "_ blank" & gt; & Lt; Img src = "/ CP001 / Sitegraphics / 6164 / twitter.png" & gt; & Lt; / A & gt; & Lt; / Li & gt; & Lt; Li & gt; & Lt; A href = "https://www.facebook.com/Carrabbas" target = "_ blank" & gt; & Lt; Img src = "/ CP001 / Sitegraphics / 6164 / facebook.png" & gt; & Lt; / A & gt; & Lt; / Li & gt; & Lt; Li & gt; & Lt; A href = "https://www.youtube.com/MisterCarrabba" target = "_ blank" & gt; & Lt; Img src = "/ CP001 / Sitegraphics / 6164 / youtube.png" & gt; & Lt; / A & gt; & Lt; / Li & gt; & Lt; / Ul & gt; & Lt; Ul id = "footer_links" & gt; & Lt; Li & gt; & Lt; A href = "http://www.carrabbas.com/Content/press-room-fact-sheet" & gt; Press & lt; / A & gt; & Lt; / Li & gt; & Lt; Li & gt; & Lt; A href = "http://www.carrabbas.com/content/diversity-carrabbas-diversity" & gt; Variation & lt; / A & gt; & Lt; / Li & gt; & Lt; Li & gt; & Lt; A href = "http://www.carrabbas.com/content/career-opportunities" & gt; Career & lt; / A & gt; & Lt; / Li & gt; & Lt; Li & gt; & Lt; A href = "http://www.carrabbas.com/Store/Catering" & gt; Catering & lt; / A & gt; & Lt; / Li & gt; & Lt; Li & gt; & Lt; A href = "http://www.tellcarrabbas.com/?AspxAutoDetectCookieSupport=1" & gt; Survey & lt; / A & gt; & Lt; / Li & gt; & Lt; Li & gt; & Lt; A href = "https://www.carrabbas.com/Content/privacy-policy" & gt; Legal & lt; / A & gt; & Lt; / Li & gt; & Lt; Li & gt; & Lt; A href = "https://www.carrabbas.com/Contact/ContactUs" & gt; Contact us & lt; / A & gt; & Lt; / Li & gt; & Lt; / Ul & gt; & Lt; Ul id = "footer_copy" & gt; & Lt; Li & gt; & Lt; Span class = "copyright" & gt; & Amp; # 0169; & Nbsp; 2014 Bloomin Brands, Inc. & lt; / Span & gt; & Lt; / Li & gt; & Lt; / Ul & gt; & Lt; / Section & gt; & Lt; Div id = "cardways_footer" & gt; & Lt;% = wtgetfooterbottomtext% & gt; & Nbsp; | & Lt; A href = "& lt;% = WTGetPrivacyPolicyLink%>" & Gt; Gift Card Privacy Policy & lt; / A & gt; | & Lt; A href = "& lt;% = WTGetTOCLink%>" & Gt; Gift Card Terms of Service & lt; / A & gt; | & Lt; A href = "& lt;% = WTGetHelpLink%> & Gt; FAQs & lt; / A & gt; & Lt; A href = "http://www.arroweye.com" & gt; & Lt; Img class = "logo2" width = "124" height = "29" border = "0" align = "idle" src = "& lt;% = webpath and channel & amp; / SiteGraphics / 6164 / PowerAirrowhei.gif "%" / & Gt; & Lt; / A & gt; & Lt; / Div & gt; & Lt; / Div & gt; & Lt; / Div & gt;  


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -