From 015c6d0fa25ea68b5b91b9635199890a4e3d4680 Mon Sep 17 00:00:00 2001 From: Tom Rothe Date: Mon, 6 May 2019 12:44:27 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63b4cef..f1ff310 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # CSS Grid Annotator -[CSS Grid](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout) is great, but IE11 assumes that all items are in the first row and first column. +[CSS Grid](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout) is great, but IE11 assumes that all items are in the first row and first column. Please check out this [blog post](http://tomrothe.de/posts/css_grid_and_ie11.html) by Valentina and me. So, you have to add a lot of styles to explicitly position your grid items. This script automatically adds the positioning attributes for IE11.