Forums

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

Home Forums CSS Broken layout in IE11 Reply To: Broken layout in IE11

#234880
bearhead
Participant

It looks like you have position: absolute; in-lined for all the tab elements (#tabs-0, #tabs-1, etc.) try changing that to position:relative;

If possible, I would also recommend removing the inline styles and moving them to a stylesheet.