Vicky
Vicky

Reputation:

What HTML rendering differences exist between other browsers and Firefox?

I would like to know about the basic compatibility issues in the major browsers (Internet Explorer, Chrome) when compared to Mozilla Firefox, such as:

  1. Text Alignment
  2. Color
  3. Font Size
  4. Tool Tips
  5. Paragraph Alignment
  6. Text Bold
  7. Shapes other than images
  8. Line overlap
  9. Table visibility

Thank you!

Upvotes: 0

Views: 203

Answers (2)

VladLosev
VladLosev

Reputation: 7736

This is a pain big enough that the smart people at Yahoo have written several CSS normalizing components for their excellent YUI library. Please see Reset CSS (developer.yahoo.com/yui/reset), Fonts CSS, Base CSS, and Grids CSS components.

Upvotes: 0

Matthew Flaschen
Matthew Flaschen

Reputation: 284786

This is a really vague question, but I find Quirks Mode extremely helpful with all aspects of browser compatibility. Also look at A List Apart.

Upvotes: 2

Related Questions