Change The Height Of A Div With Jquery Scrollbox Plugin
I m using the jquery scrollbox plugin to marquee some images. Now i can do that here but as you can see the images below in the list are being shown. How can i change the height of
Solution 1:
Simply add margin-bottom:500px;
to .scroll-img ul li
will works.
Here is the Fiddle.
Post a Comment for "Change The Height Of A Div With Jquery Scrollbox Plugin"