Search code examples
iphonehtmlcsscross-browsercss-reset

What is the best way to implement CSS reset


Possible Duplicate:
Best css reset

What is the best way to implement CSS reset? My question is more in context of implementing layouts which would be cross-browser, cross-platform compliant. E.g. layout should look similar on desktop browsers like ie, firefox and even on iPad and to some extent on iPhone as well.

Please let me know if I should apply CSS reset to acheive this.


Solution

  • You could use normalize.css:

    Normalize.css is a customisable CSS file that makes browsers render all elements more consistently and in line with modern standards. We researched the differences between default browser styles in order to precisely target only the styles that need normalizing.

    I don't know how well it supports mobile, tablets, etc., however.