Posts Tagged ‘Stylesheets’

    CSS Stylesheet RESETS

    November 2nd, 2009 - by Jeff Wagner

    If you’re a web developer and you’re programming your sites with XHTML/CSS then I’m sure you’ve run into problems making your websites look the same across different browsers. Almost all browsers (IE, Firefox, Safari, Chrome, Opera) have different default settings for margins, paddings and line-heights. So the question is… how do you save time from having to write multiple stylesheets to support different browsers and yet keep your web design the same?

    I would suggest implementing RESET styles into your main stylesheet. This will make most browsers render your website the same.

    Below is a great list of RESET styles from different sources, I’ve picked out the few that I think are the best:

    These style resets should save you a lot of time from having to duplicate stylesheets, it make take some getting used to but in the long run your CSS programming productivity should increase dramatically.

    Enjoy.


Subscribe To My Blog

Subscribe via Email:

 

Categories