Home › Forums › CSS › UL menu won't display in IE8. CSS or DOCTYPE issue? › Reply To: UL menu won't display in IE8. CSS or DOCTYPE issue?
December 6, 2013 at 1:28 pm
#157895
Participant
I provided a link to my code pen, because its a secure site I’m working on.
Yeah, it’s not the DOCTYPE afterall. When I went back to my test site, it was working fine. Turned out it was how IE8 was interpreting the positioning of the DIVs that come before the UL elements, because not all of the CSS elements had been properly copied over. Apparently, my teammate was copying my code over line by line instead of copying the entire file. /eyeroll
Anyway, it’s all worked out now. =)