אשכול: בעיית CSS
View Single Post
ישן 07-04-09, 12:10   # 1
The SupErioR
חבר חדש
 
מיני פרופיל
תאריך הצטרפות: Mar 2009
הודעות: 13

The SupErioR לא מחובר  

בעיית CSS

יש לי בעייה עם טקסט בCSS.
זה הקוד html:
HTML קוד:
<html>
<head>
<title>Untitled</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div class="div_logo">

</div>
<div class="div_tafrit">

</div>
<div class="div_start">

</div>
<div class="div_text" dir="rtl">
<br /> שדכדכ<br /> דשכשכשד<br /> שכשדכ</div>

<div class="div_credit">

</div>
</body>
</html>
זה הקוד CSS:
HTML קוד:
.div_logo {
background-image:url("images/logo.gif");
width:1016px;
height:143px;;
background-repeat:no-repeat;
}
.div_tafrit  {
background-image:url("images/tafrit.gif");
width:1016px;
height:20px;
background-repeat:no-repeat;
}
.div_start  {
background-image:url("images/start.gif");
width:1016px;
height:31px;
background-repeat:no-repeat;
}
.div_text  {
background-image:url("images/text.gif");
width:1016px;
padding: 0px 85px 0px 0px;
}
.div_credit  {
background-image:url("images/credit.gif");
width:1016px;
height:23px;
background-repeat:no-repeat;
}
וככה זה נראה בFF:
i39.tinypic.com/30axpbb.jpg
(תסתכלו בצד ימין, איפה שהטקסט)
במקום:
i44.tinypic.com/2w7e7fo.jpg
  Reply With Quote