V
V
Viktor Gubanov2015-11-25 09:47:22
css
Viktor Gubanov, 2015-11-25 09:47:22

What is the difference between fluid layout and media queries?

There is a misunderstanding and some lack of structure in the head on the topic of adaptive layout.
There is a fluid layout approach (everything is based on percentages and relative values) and there is also the ability to adapt the page using media queries.
Are they two separate tools that perform the same task?
Or are these two tools that should always work together?
Are there any other useful tools/bundles of tools?
Thanks in advance.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Ukolov, 2015-11-25
@viktor_viktor

Are they two separate tools that perform the same task?
Yes, they are both designed to adapt the page to the screen size. The difference is that with the help of media queries, “tipping points” are set when the page display changes dramatically (block order, sizes, indents, etc.). Fluid layout adapts not when reaching some points, but constantly, every pixel, but its capabilities are limited.
Or are these two tools that should always work together?
These tools can be used together, but they don't have to. Whether this should be done depends on the design.
We can say that media queries form several canvases of different sizes, and the fluid layout is responsible for ensuring that the elements inside the canvas are arranged proportionally.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question