IE 11 renders CSS differently from other browsers

I have this project that I'm working on, and it looks different in different browsers (imagine that). CSS works fine in every browser I've tried (chrome, safari, firefox), except for IE11 (again, imagine that). Here is an image of the IE version:

enter image description here

Here is what he suggested :

enter image description here

Now I looked at dev tools in both Chrome and IE, and here are the results.

IE:

enter image description here

Chrome: enter image description here

So, as you can see in the picture, IE stands out bwizard-steps button::beforeand bwizard-steps button::after, but they work like in Chrome.

Any ideas why this would be? I looked through it, and IE11 should support ::beforeand tags ::after. But this clearly ignores them. I even tried to go into compatibility mode for IE, and it looks even worse.

+4
2

.

, , overflow: visible;

(IE9 +): http://jsfiddle.net/aBfF8/1/

+6

, button ul. HTML ul li.

li, CSS, . float: left; , , .

: , , HTML CSS ( jsfiddle)

+4

Source: https://habr.com/ru/post/1526406/


All Articles