Results 1 to 3 of 3

Thread: MotionGallery Scroll Vertically

  1. #1
    Join Date
    Sep 2006
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default MotionGallery Scroll Vertically

    In relation to this script:
    http://www.dynamicdrive.com/dynamici...iongallery.htm

    I would like to scroll my images vertically.
    ie.
    Code:
    <center><div style="text-align: center;"><div style="text-align: left; margin: 1em auto; width: 100%;"><div id="motioncontainer" style="position:relative;width:100px;height:500px;overflow:hidden;">
    <div id="motiongallery" style="position:absolute;left:0px;top:10px;bottom:10px;right:10px;white-space: nowrap;">
    
    
          		      		            <img src="_im_porti/fa55.jpg" height="250"><br>
                            <img src="_im_porti/fa54.jpg" height="250"> <br>
                            <img src="_im_porti/fa22.jpg" height="250"> <br>
                            <img src="_im_porti/fa19.jpg" height="250"> <br>
                            <img src="_im_porti/fa21.jpg" height="250">  <br>
    
                              <img src="_im_porti/fa21.jpg" height="250">  <br>
                               <img src="_im_porti/fa21.jpg" height="250">  <br>
                                <img src="_im_porti/fa21.jpg" height="250">  <br>
                                 <img src="_im_porti/fa21.jpg" height="250">  <br>
                                  <img src="_im_porti/fa21.jpg" height="250">  <br>
    </div>
    </div>
    </div>
    </div></center>
    Can anybody tell me how I could do this?

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

  3. #3
    Join Date
    Sep 2006
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •