Encountering a strange rendering problem in Internet Explorer with an inline unordered list. Attempting to create a visual representation of a project's lifespan, but every time I insert text into my <p>
element meant for holding a time period, it causes the entire <li>
element to shift down, exclusively in Internet Explorer.
Please check out this issue here: https://jsfiddle.net/xny1zv3j/
I don't mind if the name and position (e.g., 'John' and 'Project Lead') are pulled down - that's not a concern. However, in IE only, it appears as though the whole list element is being dragged down. When the <p>
element is empty, everything works fine and all browsers display correctly. But once content is added, IE goes haywire.