Grid Support?
hey, currently I learn html and css, grids especially . Unfortunately dreamweaver does not show any grids in preview mode. Is there any plausible reason why? In chrome browser it works perfectly fine. Thanks!
hey, currently I learn html and css, grids especially . Unfortunately dreamweaver does not show any grids in preview mode. Is there any plausible reason why? In chrome browser it works perfectly fine. Thanks!
(i fully expect lots of complaints from Dw users for my above comments)
Not from me.
I applaud the OP for learning Grid as this will be the backbone to unadulterated (i.e. no hacks) page layout. I have just completed my first site using Grid with fallbacks for the 30% of browsers that do not recognise Grid. This fallback is easy because
display: flex;
will automatically be overridden in Grid aware browsers by
display: grid;
In fact, display: grid will even ignore floats and tables. See Grid “fallbacks” and overrides - rachelandrew.co.uk
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.