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.

link

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

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -