O
O
oliver_queen2011-08-23 21:05:11
css
oliver_queen, 2011-08-23 21:05:11

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

9 answer(s)
D
DanielWolf, 2011-08-23
@DanielWolf

I have such a "Library" receives $ 20 per hour ...

H
homm, 2011-08-23
@homm

The problem is that javascript libraries don't render pages.

R
Rafael Osipov, 2011-08-23
@Rafael

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 /

V
Vitaliy Petrychuk, 2011-08-23
@vermilion1

How many true fans of IE smiled maliciously, you can't imagine :)

P
p4s8x, 2011-08-23
@p4s8x

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).

M
m08pvv, 2011-08-23
@m08pvv

They also wrote about PIE - habrahabr.ru/blogs/css/117183/

V
VBart, 2011-08-23
@VBart

Perhaps you meant something like this:
code.google.com/p/ie7-js/

M
Mikhail Osher, 2011-08-24
@miraage

html5boilerplate.com/github.com/necolas/normalize.css/
I
haven't used Boilerplate, but normalize.css was a very pleasant surprise for me.

P
President42, 2015-03-23
@President42

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 question

Ask a Question

731 491 924 answers to any question