Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

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?

#157895
owlinargyle
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. =)