1.

How to style scrollbar thumb for the webkit browsers? What are the components of scrollbar?

Answer»

The reflow can be imagined via water. As water fit itself according to the container it is poured into. It becomes the cup when poured in cup, if poured in a glass it BECOME glass.

Similarly the CONTENT displayed on VARIOUS devices need to fit and reflow the content based on the device size. For example, by using media queries the page can be authored to reflow the content based on the device dimensions. The reflow of content is ALSO KNOWN as responsive web design (RWD).

Reflow computes the layout of page. And it recomputes the position and dimension of the element.



Discussion

No Comment Found