jquery is cross browser , so it abstract javascript.
is there any library for css that cross browser, so if i write for firefox, it will show nicely on any other browser, even older version of ie5,6 ?
jquery is cross browser , so it abstract javascript.
is there any library for css that cross browser, so if i write for firefox, it will show nicely on any other browser, even older version of ie5,6 ?
Maybe these two will help:
EDIT: Your question is duplicate of: http://stackoverflow.com/questions/1455913/cross-browser-css
Check out Frame, a pretty damn good cross-browser CSS framework:
I don't think it's technically feasible to create a (javascript) library that can analyze an entire CSS file and modifies it on the fly to make it work in other browsers, because it would have to:
jQuery 'only' has to deal with small aspects of a page's rendering. But making an entire design cross-browser compatible is in a league of its own.
Using CSS resets and frameworks, as the other answers suggested, will help a lot in realizing a cross-browser design. But there's no magic library that will fix your entire design in all browsers. And if there is, I'd love to know about it!
I usually use 960, but a lot of times, like with Wordpress it's too time consuming to implement. A lot of times I'll use a javascript browser hack: