include koduna ve css dikey menuye bir örnek yararlı olacagı düşüncesindeyim.
style.css------------------------------
/* CSS Document */
img{border:0px;}
.flt{float:left;}
.menubg{clear:left; background-color:#6FA9C7; width:202px;}
.menu{float:left; clear:left; font:bold 11px Helvetica, Arial, sans-serif;}
.menu li {
margin:0px 0px 0px 0px;
list-style:none;
}
.menu a, .menu a:visited {
width:186px;
height:22px;
margin:0px 0px 2px -32px;
position:relative;
display:block;
color:#cbe7f5;
text-decoration:none;
background:url(../img/menubg2.jpg) no-repeat;
padding:4px 0 0 8px;
}
*html .menu a, .menu a:visited {
width:186px;
height:22px;
margin:0px 0px 2px -32px;
position:relative;
display:block;
color:#cbe7f5;
text-decoration:none;
background:url(../img/menubg2.jpg) no-repeat;
padding:4px 0 0 8px;
}
.menu a:hover, .menu a:active,
.menu li.current_page_item a, .menu li.current_page_item a:visited {
background:url(../img/menubg1.jpg) no-repeat;
text-decoration:none;
}
.bot{clear:left;}
include.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 http-equiv="Content-Type" content="text/html; charset=iso-8859-9" />
<title>CSS Örnekleri.com</title>
<link href="css/style.css" rel="stylesheet nofollow" type="text/css" />
</head>
<body>
<img src="img/top.jpg" width="202" height="4" alt="" class="top flt" />
<div class="menubg flt">
<ul class="menu flt">
<li class="current_page_item"><a href="/include/index.php">Ana Sayfa</a></li>
<li class=""><a href="/include/hakkimizda.php" title="About">Hakkımızda</a></li>
<li class=""><a href="/include/destek.php" title="destek">Destek</a></li>
<li class=""><a href="/include/iletisim.php" title="Iletisim">İletişim</a></li>
<li class=""><a href="/include/css_ornekleri.php" title="13 Styles">CSS Örnekleri</a></li>
</ul>
</div>
<img src="img/bot.jpg" width="202" height="3" alt="" class="bot flt" />
</body>
</html>
index.php--------------------------------------------------------------
<?php include('include.php') ?>
destek.php-------------------------------------------------------------
<?php include('include.php') ?>
...........
biraz ugraşın eger olmazsa indirin deneyin :)
http://hotfile.com/dl/93944781/bf811bb/include.rar.html