Results 1 to 3 of 3

Thread: Conveyor Belt - valign images

  1. #1
    Join Date
    Feb 2006
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Conveyor Belt - valign images

    Script: conveyor belt Slideshow Script
    http://www.dynamicdrive.com/dynamici...rightslide.htm

    Is there a way to valign the images in this script? (all of my images are different sizes) I tried, but can not find the right line to add this...

    Thanks again...

  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

    Default

    Put this style in your head section:

    Code:
    <style type="text/css">
    #test2 img, #test3 img {
    vertical-align:middle;
    margin-top:6px;
    }
    </style>
    The margin part is optional and simply fine tunes the the top position of the images.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Feb 2006
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    That did it, works great!!!

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
  •