E
E
Evgenij_nechujveter2017-11-02 00:59:11
Layout
Evgenij_nechujveter, 2017-11-02 00:59:11

How to make layout cross-browser?

how to make layout cross browser? Recommend some books or videos, maybe some kind of resource

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Shinso, 2017-11-02
@Evgenij_nechujveter

I doubt that books or videos will help much, here you just need to take what you have laid out and open in all the necessary browsers, and when you find a problem, deal with it specifically.

N
Nikita Melikhov, 2017-11-02
@VeroLom

There are hardly any books. In principle, now all browsers, except for the donkey, approximately equally support different features, except for the very latest, such as CSS Grid (although Grid is already supported by almost everyone).
To see who supports what, use caniuse.com and webref.ru (the same htmlbook; reference + it is written in which browsers and versions there is support). Even on these sites, the features of the implementation of a particular feature in the browser are written. More precisely, jambs of support, such as the use of vendor prefixes (-ms-*, -webkit-*, etc.) or partial support for functionality.
Well, as Shinso wrote , you need to solve a specific problem, if there is one at all.

O
Odisseya, 2017-11-02
@Odisseya

It is worth looking at the current statistics of the browsers used ( for Runet ). It is convenient to check screenshots
in services like browsershots.org , and check live on the most popular browsers. Now with cross-browser compatibility it’s easier than 5 years ago, and troubles arise when you need support for dinosaur browsers or want to use something new.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question