10-15-2010
|
#99 (permalink)
|
|
VB EGY
|
رقم العضوية :
1
|
|
تاريخ التسجيل :
Jun 2009
|
|
العمر :
22
|
|
الدولة :
ام الدنيا
|
|
المشاركات :
4,328
|
|
|
|
كود 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>Untitled Document</title> <style type="text/css"> .f_h1 { background-image: url(../../../AppServ/www/vb/asod/images/images/as_03.gif); height: 60px; background-repeat: repeat-x; } .f_h2 { background-image: url(../../../AppServ/www/vb/asod/images/images/as_02.gif); background-repeat: no-repeat; height: 60px; width: 300px; float: left; } .f_h3 { background-image: url(../../../AppServ/www/vb/asod/images/images/as_04.gif); background-repeat: no-repeat; height: 60px; width: 301px; float: right; } .f_f1 { background-image: url(../../../AppServ/www/vb/asod/images/images/as_09.gif); background-repeat: repeat-x; height:38px; } .f_f2 { background-image: url(../../../AppServ/www/vb/asod/images/images/as_08.gif); background-repeat: no-repeat; height: 38px; width: 300px; float: left; } .f_f3 { background-image: url(../../../AppServ/www/vb/asod/images/images/as_10.gif); background-repeat: no-repeat; height: 39px; width: 301px; float: right; } .f_g_1 { background-color: #ccc; height: 100%; } .f_g_2 { background: url(file:///c|/appserv/www/vb/asod/images/images/as_05.gif) repeat-y left center; height: 100%; } .f_g_3 { background: url(file:///c|/appserv/www/vb/asod/images/images/as_10.gif) repeat-y right center; height: 100%; padding-left: 20px; padding-right: 20px; } </style> </head>
<body>
<div class="f_h1"> <div class="f_h2"></div> <div class="f_h3"></div></div> <div class="f_g_1"> <div class="f_g_2"> <div class="f_g_3">
</div> </div> </div>
<div class="f_f1"> <div class="f_f2"></div> <div class="f_f3"></div></div>
</body>
</html>
شوفى الكود ده دلوقتى
|
|
|