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

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

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

unit testing - How to mock PreferenceManager in Android? -