السلام عليكم
تأخرت في تطبيقي للدروس .. الثالث والرابع والخامس
لاني واجهة مشكله بالثالث :
المهم تابعت الدروس ورآ بعض وطبقتهم والحمدلله ، والله يعطيك العافيه
هذآ هو :
كود PHP:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title>ستايل الدورة</title>
<style type="text/css">
.he-t {
background-image:url('تقطيع الاستايل مع انوثه/images/he-t.gif');
background-repeat:repeat-x;
height:393px;
}
.he-1 {
background-image: url('تقطيع الاستايل مع انوثه/images/he-1.gif');
background-repeat:no-repeat;
height:393px;
width:100px;
float:right;
}
.he-3 {
background-image:url('تقطيع الاستايل مع انوثه/images/he-3.gif');
background-repeat:no-repeat;
height:393px;
width:191px;
float:left
}
.he-2 {
background-image:url('تقطيع الاستايل مع انوثه/images/he-2.gif');
background-repeat:no-repeat;
height:393px;
width:579px;
margin-right:auto;
margin-left:auto;
position:relative;
}
.backg {
background:transparent;
color:maroon;
}
.p-1 {
background-image:url('تقطيع الاستايل مع انوثه/images/p-1.gif');
background-position: right;
padding-right:32px;background-repeat:repeat-y;
}
.p-2 {
background-image:url('تقطيع الاستايل مع انوثه/images/p-2.gif');
background-position:left;padding-left:38px; background-repeat:repeat-y;
}
.fotar-t {
background-image:url('تقطيع الاستايل مع انوثه/images/fotar-t.gif');
background-repeat:repeat-x;
height:118px;
}
.fotar-1 {
background-image:url('تقطيع الاستايل مع انوثه/images/fotar-1.gif');
background-repeat:no-repeat;
height:118px;
width:286px;
float:right;
position:relative;
}
a.r1 {
position:absolute;
height:80px;
width:200px;
left:12px;
top:50px;
}
.fotar-2 {
background-image:url('تقطيع الاستايل مع انوثه/images/fotar-2.gif');
background-repeat:no-repeat;
height:118px;
width:361px;
float:left;
}
</style>
</head>
<body>
<div class="he-t">
<div class="he-1"></div>
<div class="he-3"></div>
<div class="he-2"></div>
</div>
<div class="backg">
<div class="p-1">
<div class="p-2">
</div>
</div>
</div>
<div class="fotar-t">
<div class="fotar-1">
<a class="r1" href="http://www.mansetk12.eb2a.com/vb/index.php" target="_blank" title="امااني ديزاين"></a>
</div>
<div class="fotar-2"></div>
</div>
</body>
</html>