0
Is it difficult to make responsive website using with position absolute, relative to elements specially with absolute position.
Is it difficult to make responsive website using with position absolute, relative to elements specially with absolute position plz explain on your experience with positions in css
2 Antworten
+ 1
Its not too much hard, but to make a website responsive we need JavaScript.
+ 1
Grid design was very effective for my purposes. I liked it, because things just stayed were they ought to be and for different display types you can rearrange it as you need it.
And it just worked. And did, what I wanted to do. No funny CSS stuff like slightly moving somewhere else.
So to me, if you ever felt like you want to glue something with CSS, this is a powerful tool.
It needs some geometrical thoughts nonetheless and for design purposes it's not the laziest way to solve position issues. You can work with pixel numbers but percentages are way more responsive.
If that sounds good to you, give grid a try.