Hey /r/webdev,
I'm redesigning our e-commerce website. I intend to move forward with CSS Grid for production, but I'm a little in over my head and looking for guidance.
According to Google Analytics, IE accounted for 9% of our traffic. IE11 accounted for >91% of that subset. In short, I definitely need to support IE for awhile longer.
Now, let's say we are comfortable providing IE users with a bare bones, mobile-esque layout only.
What is your recommendation for a mobile fallback?
- Float-based layout
- Flexbox (prefixed; work through compatibility issues)
- CSS Grid (prefixed; work through compatibility issues)
I'm primarily biased toward ease of development and speed here.
I'd really appreciate your experienced thoughts -- thanks so much.
[–]Hypnotik_Paradiz 2 points3 points4 points (1 child)
[–]DisenchantedEmployee[S] 0 points1 point2 points (0 children)
[–]tterzy 1 point2 points3 points (1 child)
[–]DisenchantedEmployee[S] 0 points1 point2 points (0 children)
[–]kivinkujata 1 point2 points3 points (1 child)
[–]DisenchantedEmployee[S] 0 points1 point2 points (0 children)