reset.css ile xhtml
Tuesday, February 10, 2009 9:53Her turlu xhtml uygulamaya baslarken browser arasındakı farklılıkları gidermeyı yarayan reset.css’in basitleştirilmiş halı. Oldukça farklılık yaratan bir kod oldu. devamında detaylarını bulabılırsınız. Eğer daha detaylı bir reset.css istersenız buradan alabılırsınız -> http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
/* ---------------------------- */
/* STANDARD HTML TAG RESET */
/* ---------------------------- */
body,
h1, h2, h3,
p, ul, li,
form
{
border:0;
margin:0px;
padding:0px;
}
/* ---------------------------- */
/* STANDARD HTML TAG DEFINITION */
body,
form, input
{
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}
h1{font-size:24px; /* ...other properties... */}
h2{font-size:18px; /* ...other properties... */}
h3{font-size:13px; /* ...other properties... */}
a:link, a:visited{color:#0033CC;}
a:hover {color:#666666;}











































