• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
夕诺
博客园    首页    新随笔    联系   管理    订阅  订阅
图片横向显示

前台代码

<div id="link_button">
                    <ul>
                        <li><a href="#" title="1" id="yjbncs">
                            <img src="../../../../image/preventive/btn1.gif" title="1" alt="1" class="btnli_img" />1</a></li>
                        <li><a href="#" title="2" id="zyzdw">
                            <img src="../../../../image/preventive/btn2.gif" title="2" alt="2" class="btnli_img" />2</a></li>
                        <li><a href="#" title="3" id="dzjya">
                            <img src="../../../../image/preventive/btn3.gif" title="3" alt="3" class="btnli_img" />3</a></li>
                        <li><a href="#" title=" 4" id="zsxc">
                            <img src="../../../../image/preventive/btn4.gif" title="4" alt="4"
                                class="btnli_img" />4</a></li>
                        <li><a href="#" title=" 5" id="kpzs">
                            <img src="../../../../image/preventive/btn5.gif" title="5" alt="5" class="btnli_img" />5</a></li>
                        <li><a href="#" title=" 6" id="sfdw">
                            <img src="../../../../image/preventive/btn6.gif" title="6" alt="6" class="btnli_img" />6</a></li>
                    </ul>
                    <div class="clear">
                    </div>
                </div>

css代码

 #link_button
        {
            width: 400px;
            margin: 0;
            font-size: 12px;
        }
        #link_button ul
        {
            float: left;
            margin: 0;
            padding: 5px 0 0 30px;
        }
        #link_button ul li
        {
            float: left;
            list-style: none;
            cursor: pointer;
            width: 73px;
            text-align: center;
            padding: 20px 20px 20px 20px;
            line-height: 15px;
            height: 40px;
        }
        #link_button ul li a
        {
            border: 0;
            padding: 10px 0px 0px 5px;
        }
        .btnli_img
        {
            border: 0px;
        }
        a
        {
            color: #000; /*text-decoration: underline; */
            text-decoration: none;
        }
        a:hover
        {
            text-decoration: underline;
        }
        a:active
        {
            text-decoration: none;
        }

posted on 2013-08-30 13:32  夕诺  阅读(1045)  评论(0)    收藏  举报
刷新页面返回顶部
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3