jQuery接口鱼眼左对齐问题

3
使用jQuery插件Interface中的灵活的Fisheye函数,并将“halign”设置为“left”,该效果似乎应用于列表中下一个图像,而不是鼠标实际悬停的图像。 链接

你的链接已经失效了。你解决了这个问题吗?如果是的话,你应该将答案标记为正确,或者发布你的解决方案并将其标记为正确。 - sholsinger
1个回答

0
style.css的样式规则中删除a.dock-item2margin-left: -50px;
a.dock-item2 {
    display: block; 
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #000; 
    bottom: 0px; 
    position: absolute;
    text-align: left;
    text-decoration: none;
    margin-left: -50px; /* remove this line */
}

网页内容由stack overflow 提供, 点击上面的
可以查看英文原文,
原文链接