3

使用 jQuery 插件界面中的 groovy Fisheye 函数,并将“halign”设置为“left”,效果似乎适用于列表中的下一个图像,而不是鼠标实际所在的图像。

关联

4

1 回答 1

0

Remove margin-left: -50px; from the style rules for a.dock-item2 in style.css.

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 */
}
于 2010-07-25T11:15:29.167 回答