div+css中设置边框问题
我设置一个DIV下边框为虚线代码如下:.email{ background:url(../images/email.jpg)no-repeat10px3px;&...
我设置一个DIV下边框为虚线代码如下:.email { background:url(../images/email.jpg) no-repeat 10px 3px; height:45px; font-size:14px; line-height:45px; text-align:center; border-width:0px 0px 1px 0px; border-style:dashed; border:#666666;}结果不显示 另外我设置了一个 li 的下边框为实线 写法一样 都没有显示 想问下为什么请高手指点
展开
4个回答
展开全部
修改成下面即可:
.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格式不对。
.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格式不对。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你这样写要再加一个 border:1px #fff solid 加在上面
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
设置下边框为实线是这样写的
border-bottom:1px #CCCCCC solid;
你的语法有问题,多去看下人家怎么写的。
border-bottom:1px #CCCCCC solid;
你的语法有问题,多去看下人家怎么写的。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
border-width + border-style + border-color = border
你写错了,,。。。。
你写错了,,。。。。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询