gpt4 book ai didi

html - 按钮中的 Bootstrap 字形图标在移动设备和 Internet Explorer 中的行为不像预期的那样

转载 作者:搜寻专家 更新时间:2023-10-31 23:03:23 26 4
gpt4 key购买 nike

在我的模板中,当用户向下滚动时,我有一个导航按钮位于页面的左侧,单击时会触发一个菜单。

在这个按钮中,我放了一个 bootstrap 字形:

<div class="nav" id="sidebar">
<button class="toggle-slide-left btn btn-custom btn-cutsom-cat">
<span class="glyphicon glyphicon-chevron-right"></span>
</button>
</div>

当页面在桌面上(高分辨率)和在 Firefox 上缩小时,字形很好地水平居中。但是在移动设备或 Internet Explorer 上,当页面变小(按钮也是如此)时,字形图标会停留在按钮的右侧,就像有某种 padding-left 一样。

我试着把 pading-left: 0px; padding-right: 0px; 在按钮的 CSS 中,但它会在降低分辨率时使字形溢出。

这是我的 CSS:

.btn-custom-cat{
height: 30px;
width: 80%;
margin-left: 5%;
text-align: center;
}
#sidebar.affix-top {
position: fixed;
margin-top: 10px;
width: 5%;
}
#sidebar.affix {
position: fixed;
top: 60px;
width: 5%;
}

Firefox 30 全屏:

Firefox30 full screen

Firefox 30 缩小宽度:

Firefox30 reduced width

IE10 全屏:

IE10 full screen

IE10 缩小宽度(这里有问题):

IE10 reduced width (Problem here!)

您可以在这个地址看到该网站(缩小菜单以查看我正在谈论的按钮):(给出答案后删除)

最佳答案

我不确定它是否有效(没有 IE 可用的 atm),但您可以尝试删除按钮内的空格吗?所以你会得到

<div class="nav" id="sidebar">
<button class="toggle-slide-left btn btn-custom btn-cutsom-cat"><span class="glyphicon glyphicon-chevron-right"></span></button>
</div>

关于html - 按钮中的 Bootstrap 字形图标在移动设备和 Internet Explorer 中的行为不像预期的那样,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24579695/

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