Sponsorised links
This year
Eric's Archived Thoughts: Resetting Again
Tue 15 Jan 2008
1053
CSS
90 responses
I’ve been pondering reset styles over the past few months, and come to a bit of a shift in my thinking. Here’s the result of that thinking.
Sponsorised links
2007
Yahoo! UI Library: Reset CSS
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
2 margin:0;
3 padding:0;
4 }
5 table {
6 border-collapse:collapse;
7 border-spacing:0;
8 }
9 fieldset,img {
10 border:0;
11 }
12 address,caption,cite,code,dfn,em,strong,th,var {
13 font-style:normal;
14 font-weight:normal;
15 }
16 ol,ul {
17 list-style:none;
18 }
19 caption,th {
20 text-align:left;
21 }
22 h1,h2,h3,h4,h5,h6 {
23 font-size:100%;
24 font-weight:normal;
25 }
26 q:before,q:after {
27 content:'';
28 }
29 abbr,acronym { border:0;
30 }
Eric's Archived Thoughts: Reset Reloaded
A utiliser sans réserve pour mettre tous les navigateurs au même plan. Il faudrait éventuellement jeter un œil sur son application aux navigateurs particuliers (téléphones, organiseur, iPhone, …)
Removing dotted links
This still allows the indicator to appear when focused by keyboard, but hides when mouse activated. It’s the best of both worlds…
Reset Reloaded
After a bit of time to bake and a few more suggestions from readers, I have what I’m willing to call the final version of my take on the topic of reset styles. To wit:
Eric's Archived Thoughts: Reset Reloaded
After a bit of time to bake and a few more suggestions from readers, I have what I’m willing to call the final version of my take on the topic of reset styles. To wit:
2006
Yahoo! UI Library: Reset CSS
Code CSS permettant d'annuler les styles par défaut des différents navigateurs.
2005
1
(24 marks)
