lvr
新文章
管理
CSS双边框准圆角
通过上下和左右边框的交叉margin:-1px实现
<!
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=utf-8"
/>
<
title
>
准圆角
</
title
>
<
style
type
="text/css"
media
="all"
>
ul
{
}
{
list-style-type
:
none
;
margin
:
0 auto
;
padding
:
0
;
}
li
{
}
{
float
:
left
;
margin
:
10px
}
li a
{
}
{
display
:
block
;
border-width
:
1px 0
;
border-color
:
#FFD3B4
;
border-style
:
solid
;
color
:
#555
;
text-decoration
:
none
;
margin
:
4px 1px
;
}
li a:hover
{
}
{
border-color
:
#FE7701
;
background-color
:
#FFF4EF
;
}
li a span
{
}
{
display
:
block
;
margin
:
0 -1px
;
border-width
:
0 1px
;
border-color
:
#FFD3B4
;
border-style
:
solid
;
background-color
:
#FFF4EF
;
padding
:
2px 6px
;
}
li a:hover span
{
}
{
border-color
:
#FE7701
;
background-color
:
#FEEADF
}
</
style
>
</
head
>
<
body
>
<
UL
>
<
LI
><
A
href
="#"
><
SPAN
>
准圆角
</
SPAN
></
A
></
LI
>
<
LI
><
A
href
="#"
><
SPAN
>
准圆角
</
SPAN
></
A
></
LI
>
<
LI
><
A
href
="#"
><
SPAN
>
准圆角
</
SPAN
></
A
></
LI
>
</
UL
>
</
body
>
</
html
>
posted on 2008-06-26 09:05
lvr
阅读(218)
评论(0)
编辑
收藏
引用
只有注册用户
登录
后才能发表评论。
<
2008年6月
>
日
一
二
三
四
五
六
25
26
27
28
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
1
2
3
4
5
最新评论