Answer the question
In order to leave comments, you need to log in
Is there a library for organizing cross-browser html pages
Isn't there some kind of javascript library that would display the layout page in accordance with the features of a particular browser?
Answer the question
In order to leave comments, you need to log in
You are probably not looking for javascript, but css scripts that will render the same on all (most) browsers.
As far as I know, there is no perfect solution. You have to write crutches and separate css for browsers with layout display features.
As a starting point, I would recommend using Reset CSS Style:
sixrevisions.com/css/css-tips/css-tip-1-resetting-your-styles-with-css-reset/
meyerweb.com/eric/tools/css/reset /
How many true fans of IE smiled maliciously, you can't imagine :)
There are grid generators like
www.webdesignbooth.com/15-extremely-useful-css-grid-layout-generator-for-web-designers/
html + js output, usually cross-browser. If the design is also drawn according to the “grid”, then it is faster and faster and everyone is happy).
html5boilerplate.com/github.com/necolas/normalize.css/
I
haven't used Boilerplate, but normalize.css was a very pleasant surprise for me.
jQuery , or any other tool that makes new features work in older browsers (for example, document.querySelectorAll
)
Normalize.css , or any other CSS Reset
Autoprefixer
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question