sIFR div 出现在其应有位置右侧约 40px 处
当我关闭 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
啊!我的常规文本 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.)