Bob
Bob

Reputation: 101

CSS Grid Browser Compatibility

I just completed successfully transforming my site to CSS Grid. It works fine in Chrome and Firefox but scrambles things a bit in Edge and IE. In Safari for Windows it is also not right, but I believe that is an old version of Safari. I don't have an Apple to try an up-to-date version. Chrome and Firefox seems to have the lions share of usage statistics, so I am probably OK, but I thought I would see if anyone has other opinions before I publish the site. Thanks for any suggestions.

Upvotes: 0

Views: 404

Answers (1)

Sysix
Sysix

Reputation: 1806

you can loook at the can I use it page.

For browser which not support CSS Grid u can try a Modernizr Script. Try to look in the docs here

Upvotes: 2

Related Questions