六狼论坛

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博账号登陆

只需一步,快速开始

搜索
查看: 101|回复: 0

切图排版页面圆角

[复制链接]

升级  76%

10

主题

10

主题

10

主题

童生

Rank: 1

积分
38
 楼主| 发表于 2013-2-7 23:01:37 | 显示全部楼层 |阅读模式
css样式如下
.newFloatMethod{width:670px; height:38px;}
.newFloatMethod .middle{
    line-height:38px;
    margin:0 7px 0 7px;
    padding:0 0 0 10px;
    background:url("/images/guide.png") left top repeat-x;
}
.newFloatMethod .left{
    float:left;
    width:7px;
    height:38px;
    background:url("/images/guide1.png") left top no-repeat;
}
.newFloatMethod .right{
    float:right;
    width:7px;
    height:38px;
    background:url("/images/guide2.png") left top no-repeat;
}

html如下
<div class="newFloatMethod">
  <div class="left"></div>
  <div class="right"></div>
  <div class="middle">左右浮动法</div>

</div>
您需要登录后才可以回帖 登录 | 立即注册 新浪微博账号登陆

本版积分规则

快速回复 返回顶部 返回列表