i am having an asp.net listview control to bind my image gallery. Under each listview item, i have multiple images relatively. what i want is to build a facebook like feature where on mouse over, quick views of images under the album display. please help me ..
Thanks in advance. 🙂
i am having an asp.net listview control to bind my image gallery. Under each
Share
Its as simple as activating jQuery Cycle plugin on
mouseoverand deactivating it onmouseout.