View Single Post
ישן 18-05-06, 15:11   # 1
-VladK-
הוסטסניון
 
-VladK-'s Avatar
 
מיני פרופיל
תאריך הצטרפות: Apr 2006
גיל: 34
הודעות: 2,182

-VladK- לא מחובר  

CSS תקין (עזרה)

שלום.
אני רוצה לעבוד על פי התקן של W3C...הכל טוב ויפה בבדיקת HTML וזה אבל כשאני בודק CSS יש לי את זה:
קוד:
Line : 3 font-family: You are encouraged to offer a generic family as a last alternative 
Line : 3 (Level : 2) font-family: You are encouraged to offer a generic family as a last alternative : * 
Line : 24 font-family: You are encouraged to offer a generic family as a last alternative 
Line : 24 (Level : 2) font-family: You are encouraged to offer a generic family as a last alternative : .title
משהו יכול להגיד לי מה הן אומרות?

הנה קוד הCSS שלי:
HTML קוד:
* {
background-color: #FFF;
font-family : Arial;
font-size : 10pt;
color: #000;
}
.body {
text-align : center;
}
.base {
width : 780px;
}
.main {
text-align : right;
border : 1px solid #e6e6e6;
border-collapse : collapse;
}
.title {
text-align : center;
background-color : #e3e3e3;
color : #fff;
font-weight : bold;
font-size : 12pt;
font-family : tahoma;
margin-right : 1px;
margin-left : 1px;
margin-bottom : 3px;
margin-top : 1px;
height : 30px;
}
.detailA {
text-align : right;
float : right;
height : 24px;
margin-right : 1px;
margin-left : 1px;
}
.detailB {
text-align : left;
float : left;
margin-right : 1px;
margin-left : 1px;
}
.content {
text-align : right;
width : 776px;
}
ואם אתם צריכים הנה הבדיקה:
http://jigsaw.w3.org/css-validator/v...usermedium=all
  Reply With Quote