论坛风格切换切换到宽版
  • 2726阅读
  • 1回复

[求助]请教内容页分页地址区域代码如何写 [复制链接]

上一主题 下一主题
离线zjr168
 
发帖
8
金钱
107
威望
-2
只看楼主 倒序阅读 使用道具 楼主  发表于: 2008-06-10
请教内容页分页地址区域代码如何写,,试了好多次都不行。下面是源代码

如下代码:
<style>
#cms4_zutu_nav1 {
    margin:5px 0;
    text-align:center;
}
#cms4_zutu_nav1 a {
    display:-moz-inline-box; /* Moz FF */
    padding:2px 5px;
    margin:2px 1px;
    line-height:24px;
    font-size:12px;
    color:#686868;
    text-decoration:none;
    cursor:pointer;   
    border:1px solid #ccc;
    background: url();
}
#cms4_zutu_nav1 a:hover {
    color:red;
}
</style>
<div id="cms4_zutu_nav1">
    <a href="http://learning.sohu.com/20080609/n257374946.shtml" title="上一页">上一页</a>
            <a href="http://learning.sohu.com/20080609/n257374946.shtml" title="1">1</a>
                <a href="#" title="2" style="color:red">2</a>
                <a href="http://learning.sohu.com/20080609/n257374946_2.shtml" title="3">3</a>
        <a href="http://learning.sohu.com/20080609/n257374946_2.shtml" title="下一页">下一页</a>
</div>
离线lxjojy

发帖
470
金钱
10
威望
-1
只看该作者 沙发  发表于: 2011-04-01
用户被禁言,该主题自动屏蔽!