What are the differences in HTML rendering between other browsers and Firefox?

I would like to know about compatibility base issues in major browsers (Internet Explorer, Chrome) versus Mozilla Firefox, for example:

  • Text alignment
  • Colour
  • Font size
  • Tool tips
  • Align paragraphs
  • Bold text
  • Shapes other than images
  • Linear overlap
  • Table visibility

Thanks!

0


a source to share


2 answers


This is a very vague question, but I find Quirks Mode extremely useful for all aspects of browser compatibility. Also see A List Apart .



+2


a source


This is so much pain that the smart folks at Yahoo have written several CSS normalizing components for their excellent YUI library. See Reset CSS (developer.yahoo.com/yui/reset), CSS font nodes, Base CSS, and Grids CSS.



0


a source







All Articles