开发者

jQuery Interface Fisheye left align issue

开发者 https://www.devze.com 2023-01-09 05:29 出处:网络
Using the groovy Fisheye function from the jQuery plugin Interface, and setting \"halign\" to \"left\" the effect seem开发者_运维技巧s to apply to the next image in the list rather than the one that t

Using the groovy Fisheye function from the jQuery plugin Interface, and setting "halign" to "left" the effect seem开发者_运维技巧s to apply to the next image in the list rather than the one that the mouse is actually over.

link


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 */
}
0

精彩评论

暂无评论...
验证码 换一张
取 消