div+css中设置边框问题

2025-02-25 02:43:36
推荐回答(4个)
回答1:

修改成下面即可:
.email { background:url(../images/email.jpg) no-repeat 10px 3px; height:45px; font-size:14px; line-height:45px; text-align:center; border-bottom:1px dashed #666666;}

你写的border格式不对。

回答2:

你这样写要再加一个 border:1px #fff solid 加在上面

回答3:

设置下边框为实线是这样写的
border-bottom:1px #CCCCCC solid;
你的语法有问题,多去看下人家怎么写的。

回答4:

border-width + border-style + border-color = border

你写错了,,。。。。