Posts Tagged ‘Stylesheets’
Categories
- Accessibility (1)
- Blogging (2)
- Community (5)
- CSS (1)
- E-commerce (2)
- Events (4)
- Flash (1)
- Fonts (1)
- Marketing (6)
- Photography (2)
- Print Design (5)
- Search Engine Optimization (4)
- Social Media (4)
- Technology (1)
- Web Design (13)
- Web Development (7)
- Web Tutorials (1)
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.
Tags: CSS, Stylesheets, Web Development
Posted in Web Design, Web Development | No Comments »