RadPanelBarItem 中的垂直对齐文本和图像?
我正在尝试垂直对齐 RadPanelBarItem 的文本和图像。通常我会将这两个属性嵌套在 div 中,并应用 Vertical-align: middle;按照我想要的方式格式化它们,但不幸的是 Text 和 Image 属性嵌套在 RadPanelBar 控件中。
有谁知道 RadPanelBarItem 的默认类,和/或对齐这两个项目的简单方法,我是丢失的?
谢谢!
I am trying to vertically align the text and image of a RadPanelBarItem. Normally I would nest the two properties in a div, and apply a vertical-align: middle; to format these the way I want them, but unfortunately the Text and Image properties are nested within the RadPanelBar control.
Does anyone know the default classes of the RadPanelBarItem, and/or a simple way of aligning these two items that I am missing?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试为元素的完整高度设置行高。这将使您的文本垂直居中。
Try setting a line height for the complete height of the element. This will vertically center your text.