sIFR div 出现在其应有位置右侧约 40px 处

发布于 2024-10-14 21:35:09 字数 371 浏览 5 评论 0原文

当我关闭 javascript 时,包含我的文本的 div 恰好出现在我想要的位置。当我打开 javascript 并且 sIFR 出现时,这些 div 中的 sIFR 文本出现在我想要的位置右侧约 40px 处。我无法使用 sIFR-config CSS 强制 sIFR div 回到右侧我可以裁剪到 div 内的 sIFR 文本,但我无法将其移回到应有的左侧。任何帮助将不胜感激!

http://ianmartinphotography.com/test-site/testimonials/sample.html

When I turn javascript off, the divs containing my text appear exactly where I want them to be. When I turn javascript on and sIFR appears, the sIFR text in those divs appears about 40px to the right of where I want it to be. I can't use the sIFR-config CSS to force the sIFR div back to the right I can crop into the sIFR text inside the div, but I can't shift it back to the left where it ought to be. Any help would be greatly appreciated!

http://ianmartinphotography.com/test-site/testimonials/sample.html

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

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

发布评论

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

评论(1

清晰传感 2024-10-21 21:35:09

啊!我的常规文本 CSS 中有“文本缩进”。 sIFR 将此解释为缩进所有内容——因此发生了转变。我删除了“text-indent”,然后又好了——我的 sIFR config CSS 中仍然有它来缩进段落中的第一行,而且效果很好。 (因此,为了缩进非 sIFR 文本,我使用了

tags which sIFR ignores.)

Ah! I had "text-indent" in my regular text's CSS. sIFR interpreted this as indent everything--hence the shift. I deleted "text-indent" and am good again--I still do have it in my sIFR congfig CSS to indent the first line in the paragraph and it's fine there. (So, to indent in the non-sIFR text, I used

tags which sIFR ignores.)

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