Animated hover layer position

Hi

I am trying to implement an animated hover layer on menu items, but can’t get the correct position relative to the menu item.
Test page is here:
ttri dot biz/test_sidebar/

Thank you

If I understand what you want then try adding this code at the end.

#fz-hover-slide-1,
#fz-hover-slide-2,
#fz-hover-slide-3,
#fz-hover-slide-4,
#fz-hover-slide-5 {
bottom:5px;
top:0;
height:auto;
margin:0;
padding-left:20px;
}
.sidebar-left .sidebar-links a div i.fa {
margin-top:20px;
}

Yes, exactly.
Thank you, I knew I could count on you ;).

I might need help for the resized (responsive) view, in case I’ll post back here.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.