0

Has anyone developed a CSS File which has all the major browser quirks sorted out?

Thanks

femi
  • 974
  • 2
  • 13
  • 44
  • @femi, most major websites have, but there is no panacea for browser-compatibility. It's not an easy feat, but takes much effort and time both in page design and CSS styling. Do you have a particular question? – Brad Oct 19 '10 at 13:12
  • 1
    Browser quirks arise from differences in rendering engine, which I don't believe can be "sorted out" in a generic sense, at least not in pure CSS. It's largely dependent on your use of margins, padding, positioning, etc. - thus, it has to be dealt with on a case-by-case basis. – Ryan Kinal Oct 19 '10 at 13:14
  • 2
    Where is this magic CSS file? I desire it! – bzlm Oct 19 '10 at 13:14
  • 1
    This mug explains it all... http://www.zazzle.com/css_is_awesome_mug-168716435071981928 – John Hartsock Oct 19 '10 at 13:16
  • +1 for the question, which was clearly misunderstood. – nnevala Oct 19 '10 at 15:31
  • One CSS to rule them all, One CSS to find them, One CSS to bring them all and in the darkness bind them – Konrad Oct 19 '10 at 17:03

3 Answers3

3

Take a look at Yahoo's Reset CSS.

nnevala
  • 5,779
  • 2
  • 20
  • 13
2

It sounds like you're looking for a "reset stylesheet." Googling that phrase comes up with any number of usable examples.

I've often used one from the "YUI" framework, discussed here: http://developer.yahoo.com/yui/reset/

VoteyDisciple
  • 37,319
  • 5
  • 97
  • 97
1

A CSS Reset Stylesheet (this link has many, depending your usage, whether you need uncommon tags as well or just basics) is what you're looking for, which you could furthemore combine with a CSS Grid

wildpeaks
  • 7,273
  • 2
  • 30
  • 35