前几天我提问过相关问题 http://topic.csdn.net/u/20090124/20/af6493dd-205c-4bda-af3d-b483ad7f32de.html?t=fqhfp6bv
可是 没有源码 也说不清楚  今天我把源码放出来  大家帮看一下 在那里修改 顺序源代码:
<!--
<?php print <<<EOT
-->
<style type="text/css">
<!--
#Layer1 {
position:absolute;
left:13px;
top:6px;
width:260px;
height:135px;
z-index:1;
}
-->
</style>  <div id="Layer1"><img src="images/logo.gif" width="230" height="110" /></div>
  <div id="Head_menu">
   <UL id=menu1>
   <li class="l1"><a href="index.php">首页</a></li>
   <li class="l2"><a href="sort.php">总目录</a></li>
   <li class="l3"><a href="hot.php">热门</a></li>
   <li class="l4"><a href="new.php">最新</a></li>
   <li class="l5"><a href="commend.php">推荐</a></li>
   <li class="l6"><a href="song.php">点书</a></li>
   <li class="l7"><a href="musicbox.php">书匣子</a></li>
   </UL>
  </div>
</div><!--Content Begin -->
<div id="Content">
  <div id="Main">
    <div id="Body">
 <div id="Subtitle">$subtitle</div>
 <div id="List">
 <li><span class="songname STYLE5"> 书名</span><span class="singer STYLE5">说书者</span><span class="play STYLE5">试听</span><span class="dg STYLE5">点书</span><span class="sc STYLE5">收藏</span><span class="down STYLE5">下载</span></li>
 <form action="player/playall.php" method="post" name="list" onsubmit="FormWin(this,'musicbox')">
 <!--
EOT;
get_list($page);
print <<<EOT
-->
     </form>
 </div>
    </div>
    <!--Sidebar Begin -->
<div id="Sidebar">
 <div id="SingerNav"><h2>书库导航</h2>
  <ul>
<!--
EOT;
MusicNav();
print <<<EOT
-->
  </ul>
 </div>   <div id="Search">
   <h2>书搜索</h2>
   <form name="form" method="post" action="search.php" target="_blank">
   <div class="SearchMain"><input name="keyword" size="28" border="0" class="Input" onblur="fEvent('blur',this)" onmouseover="fEvent('mouseover',this)" onfocus="fEvent('focus',this);if(this.value=='输入关键词'){this.value=''}" onmouseout="fEvent('mouseout',this)" type="text" value="输入关键词"/>
   <input name="action" type="hidden" value="search" /><input type="submit" value="搜 索" class="sbt"/>
   <br />
   <input name="type" type="radio" value="name" checked="checked" />
   <span class="STYLE6">按书名称查找
   <input name="type" type="radio" value="singer" />
   按说书者查找</span></div>
   </form>
 </div>
   
 <div id="Commend">
   <h2>{$subtitle}试听排行</h2>
 </div>
  <div id="CommendList">
   <ul> 
<!--
EOT;
sort_top($catid,$singerid,10);
print <<<EOT
-->
   </ul>
 </div>
 <div id="Bottom"></div>
 
 <!--Sidebar End -->
 
    </div>
  </div>
</div>
<!--Content End --><!--
EOT;
?>-->