Sifr 3 a:悬停在文本外部不活动
我有一个带有链接的无序列表。 链接具有显示:阻止; 在 CSS 中,因此悬停也会对链接周围的填充产生影响。 我用 sIFR 3 替换列表项。在 sifr-config.js 中,我为文本指定悬停颜色,但这仅适用于文本本身,不适用于文本周围的填充。 这个问题有解决办法吗? 我通过在 .sIFR-root 的配置中添加 margin-left:'25' 来使其适用于文本左侧的填充,但 margin-right 没有相同的效果。 非常感谢帮助;-)
I have an unordered list with links. The links have display:block; in the css so the hover will also have effect in the padding surrounding the links. I replace the list-items with sIFR 3. In the sifr-config.js I specify a hover color for the text but this only works on the text itself, not on the padding surrounding the text. Is there a solution for this problem?
I got it working for the padding on the left side of the text by adding margin-left:'25' in the config for .sIFR-root but margin-right doesn't have the same effect. Help greatly appreciated ;-)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据你的问题很难说,但如果你替换单个列表项,整个列表项将是一个 sIFR 链接。 如果您希望文本周围有更多空间,您应该在 Flash 影片中而不是在 CSS 中执行此操作。 您可以使用
tuneWidth
、tuneHeight
、offsetTop
和offsetLeft
参数来实现此目的。It's hard to say based on your question, but if you replace the individual list items, the entire list item will be a sIFR link. If you want more space around the text you should do this within the Flash movie rather than in CSS. You can use the
tuneWidth
,tuneHeight
,offsetTop
andoffsetLeft
parameters for this.