我如何让 sIFR 3 右对齐并使用全宽

发布于 2024-08-07 18:11:48 字数 292 浏览 5 评论 0原文

就像我在标题中所说的那样,我无法让 sifr 向右对齐并使用包含 h3 标签的完整宽度。将文本向右对齐效果很好,但我希望文本位于 1 或 2 行而不是 3 行,并且文本看起来应该完全适合 1 或 2 行:/。

链接:http://hendriks.adena.nl/preview/html/?p= kerst

有人对这个问题有什么想法吗?

尼尔斯

Well like i stated in the title, i cant get sifr to align right and use the full width of the containing h3 tag. Aligning text to the right works well, but i want the text to be on 1 or 2 lines instead of 3 and how it looks the text should perectly fit on 1 or 2 lines :/.

Link: http://hendriks.adena.nl/preview/html/?p=kerst

Anyone got any thoughts on this problem?

Niels

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

淡淡の花香 2024-08-14 18:11:48

问题是 sifr 元素的宽度是根据 h3 标签内的 a 标签中的原始文本内容的宽度确定的(关闭 javascript 检查页面以查看宽度差异)。

所以一个简单的解决方案应该是给这些 a 和/或 h3 一个明确的宽度 - 我的猜测是 sifr 会使用它。 (也许你也可以使用100%,我不确定)

The issue is that the width of the sifr elements is determined based on the width of the original text content that is in the a tags within the h3 tags (check your page with javascript off to see the difference in width).

So one simple solution should be to give these a and/or h3 an explicit width - my guess is that sifr will use that with. (Maybe you can also use 100%, I'm not sure about that)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文