gpt4 book ai didi

html - 如何在 CSS 中向导航栏添加自定义行

转载 作者:太空宇宙 更新时间:2023-11-04 02:57:45 25 4
gpt4 key购买 nike

目前正在尝试添加一个很酷的设计线,例如

http://forrester-park.co.uk/wp-content/uploads/2014/05/Fancy-line.png

到我的自定义导航栏的底部。怎么会添加这样的东西?是否可以将其添加到导航栏的 css 中而不是将其作为图像拉入?类似于 http://jsfiddle.net/henry12345/6h3Lee0e/

主要是这里:

width:auto
border-top:1 px solid #000000;
border-radius:3px;

最佳答案

你可以做类似的事情

background:url('image_url');
background-repeat: no-repeat;
background-position: bottom center;
padding-bottom: 10px;
margin: 10px 0px 10px 0px;

或使用边框图像(http://caniuse.com/#feat=border-image IE 可能是一个问题),如果您可以提供您的 html/STLes in fiddle - 可以提出解决方案

关于html - 如何在 CSS 中向导航栏添加自定义行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31855545/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com