View Single Post
ישן 15-06-07, 13:49   # 15
Daniel
אחראי פורום
 
מיני פרופיל
תאריך הצטרפות: Mar 2007
הודעות: 2,875

Daniel לא מחובר  

ככה:


HTML קוד:
<div class="rightdiv">SomeRightDiv</div>
<div class="centerdiv">SomeCenterDiv</div>
<div class="leftdiv">SomeLeftDiv</div>
וה-CSS
HTML קוד:
.rightdiv {
//The Properties
float:right;
}
.centerdiv {
//The Properties
float:right;
}
.leftdiv {
//The Properties
float:left;
}
  Reply With Quote