IE11 looks terrible with slider

I have been here: Internet Explorer issue

and it tells me to use this: GitHub - aFarkas/html5shiv: This script is the defacto way to enable use of HTML5 sectioning elements in legacy Internet Explorer.

I put the code into the head tag on the website and it just showed up as text on the site (since removed). What am I missing? How can I get this site to render in IE 11 properly? tpibfb.webflow.io

Here’s the code: html5shiv/html5shiv.js at master · aFarkas/html5shiv · GitHub

That was discussing IE8. You shouldn’t have any problems with Webflow Slider component on IE11.

and yet - http://tpibfb.webflow.io

Looks horrible in IEx

don’t really know what to do…

I had the same issue with the slider not working right in IE 11.

When I specified the width of my slider, it helped tremendously. It turns out that IE needs a width specified instead of percentages. I specified my width and height within the first div within the container div. I was able to keep other styles within set as percentages.

Hope that helps!

1 Like