السلام عليكم
عملت ديف بثلاث اعمده لكن العمود الثالث يسقط جربت جميع الطرقمانفع
css
كود PHP:body {
background-color: #50b998;
background-image:url(images/background.png);
margin: 0px 0px 0px 0px;
}
#Content {
width:778px;
background-color:#f6f7d5;
margin: 0px 0px 0px 0px;
background-position: center;
}
.haderbb{
width:778px;
}
.hader {
background:#50b998 url(images/hader.jpg) no-repeat;
width:100%;
height:150px;
margin: 0px auto 0px auto;
}
.haderdv {
background:#50b998;
height:97px;
width:100%;
margin: 0px auto 0px auto;
}
.Buttons{
background: #e6d97e url(images/ex.gif) repeat-x;
height:33px;
}
#nav {
background:#f6f7d5;
}
.navR {
background:url(images/nav.gif) no-repeat;
width:71px;
height:24px;
float:right;
}
.navX {
background:url(images/navx.gif) repeat-x;
height:24px;
margin-right: auto;
margin-left: auto;
}
.navL {
background:url(images/navl.gif) no-repeat;
width:48px;
float:left;
height:24px;
}
كود HTML:<!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 http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="css.css" /> <title>عسكر2010</title> </head> <body> <center> <div id="Content"> <!--بداية الهيدر--> <div class="haderbb"> <div class="hader"> </div> <div class="haderdv"> </div> <div class="Buttons"> </div> <div id="nav"> <div class="navR"> </div> <div class="navX"> </div> <div class="navL"> </div> </div> </div> <!--نهاية الهيدر--> </div> </center> </body> </html>


مانفع
رد مع اقتباس

