gpt4 book ai didi

html - 如何用 Twitter Bootstrap 导航栏上的图像替换品牌文本?

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

我已尝试用图像替换品牌文本,如您在我的示例索引页中所见。但是,这会导致导航分成两行, Logo 图像在其自己的一行。我怎样才能解决这个问题?这是显示问题的页面:

http://www.clearsoftinc.com/Clearsoft/public_html/index.html

这是显示它应该是什么样子的页面(在我将文本 Logo 更改为图形 Logo 之前)。

http://www.clearsoftinc.com/Clearsoft/public_html/about.html

最佳答案

我认为这是导致问题的原因。

<img src="img/new_logo_white.png" width="15%" alt="Clearsoft Home">

width 属性导致它扩展得比它应该的多。删除它并使用 css 宽度,你应该可以开始了。

.logo{
width: 95px;
margin-top: 15px;
}

关于html - 如何用 Twitter Bootstrap 导航栏上的图像替换品牌文本?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22157030/

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