Posted on: 8/29/2012 8:19:44 AM | Views : 523


I have found a nice article http://aext.net/2010/02/learn-jquery-first-jquery-plugin-bubbleup/
and here the demo link http://aext.net/example/bubbleup/index.html
I would like to customise it by looping one by one without hover on each one
by enlarging all images one by one from left to right or right to left  in the list without using the mouseover function

<div id="content">
  <ul id="menu">
    <li> <a href="http://feeds2.feedburner.com/prlamnguyen"><img src="images/feed.png" alt="Full RSS Feed"></a> </li>
    <li> <a href="http://feedburner.google.com/fb/a/mailverify?uri=prlamnguyen&amp;loc=en_U"> <img src="images/email.png" alt="E-Mail Delivery"& ...

Go to the complete details ...