gpt4 book ai didi

css 文本缩进等效于右侧

转载 作者:技术小花猫 更新时间:2023-10-29 10:18:49 26 4
gpt4 key购买 nike

我有右侧对齐的文本,我希望它向左推一点,就像在右侧使用文本缩进 bur 一样。有什么解决办法吗?我一直在尝试使用边距,但 IE9 将第一个菜单项的边距加倍 (?)。

这是CSS:

h99
{ padding: 0px;
font-family: lucida, sans-serif;
font-size: 16px;
font-weight: bold;
line-height: 40px;
}

#menublock
{ width: 230px;
height: auto;
float: left;
text-align:right;
margin-right: 0px;
}

ul
{ list-style-type: none;
margin:0;
padding:0;
overflow: hidden;
}

ul a:link, ul a:visited
{ display: block;
width: 210px;
background: transparent;
text-align: right;
text-transform: uppercase;
text-decoration: none;
height: 40px;
color: #ffffff;
padding: 0px;
margin: 10px;
}

ul a:hover, .selected
{ background: #484848 !important;
color: #ffffff !important;
}

菜单是一个简单的水平菜单。

最佳答案

没有,不幸的是css中没有文本outdent,hower,你可以使用文本方向direction:rtl;对于一些短文本,这样缩进会出现在另一边。

关于css 文本缩进等效于右侧,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11909947/

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