帮忙看下 哪个是控制CSS左右之间的间距啊,这个是导航栏目的CSS
.nav{border-left:1pxsolid#D7E2F0;border-right:1pxsolid#D7E2F0;background:url(images/h...
.nav { border-left:1px solid #D7E2F0; border-right:1px solid #D7E2F0; background:url(images/hd_sprite2.gif) repeat-x 0 0; height:32px; overflow:hidden; margin-bottom:10px; font-size:14px; white-space:nowrap; position:relative; }
.nav .path, .nav .other { float:left; display:inline; margin-left:11px; line-height:32px; height:32px; overflow:hidden; }
.nav .path a{ text-decoration:none; margin-right:15px }
.nav .path a:hover, .nav .other a:hover { text-decoration:underline; }
.nav .other { float:right; margin-right:11px; margin-left:0; } 展开
.nav .path, .nav .other { float:left; display:inline; margin-left:11px; line-height:32px; height:32px; overflow:hidden; }
.nav .path a{ text-decoration:none; margin-right:15px }
.nav .path a:hover, .nav .other a:hover { text-decoration:underline; }
.nav .other { float:right; margin-right:11px; margin-left:0; } 展开
展开全部
.nav .path, .nav .other { float:left; display:inline; margin-left:11px; line-height:32px; height:32px; overflow:hidden; }
.nav .other { float:right; margin-right:11px; margin-left:0; }你在上面已经同时定义了nav .path,nav .other ,为什么在下面还要定义nav .other 。你都混淆了,样式都乱了。margin-left:11px是定义左边距,margin-right:11px是定义右边距
.nav .other { float:right; margin-right:11px; margin-left:0; }你在上面已经同时定义了nav .path,nav .other ,为什么在下面还要定义nav .other 。你都混淆了,样式都乱了。margin-left:11px是定义左边距,margin-right:11px是定义右边距
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询