jQuery Interface Fisheye left align issue -
using groovy fisheye function jquery plugin interface, , setting "halign" "left" effect seems apply next image in list rather 1 mouse over.
remove margin-left: -50px;
style rules 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 line */ }
Comments
Post a Comment