visjs / www.visjs.org

The common website for the visjs libraries.
http://www.visjs.org
10 stars 15 forks source link

layout problems on IE11 #5

Open mojoaxel opened 5 years ago

mojoaxel commented 5 years ago

Our page does not work well on Microsoft Internet Explorer 11. We need help to fix the layout issues and make everything run smooth on IE.

See also https://github.com/visjs/vis-timeline/issues/38

image

RamanaVem commented 5 years ago

Hey @mojoaxel i have seen some document's as css variables are not supporting for IE11, so is it acceptable if i written one separate CSS file for only IE, which is contain width of the blocks as per root width in chrome?

RamanaVem commented 5 years ago

Browser compatible https://caniuse.com/#feat=css-variables

mojoaxel commented 5 years ago

so is it acceptable if i written one separate CSS file for only IE

yes of course!

RamanaVem commented 5 years ago

@mojoaxel For 'Sponsors' are not visiable in IE? Are you using any plugin for this. I have done centralized content for IE, if you ok then i cn make PR.