Results 1 to 4 of 4

Thread: Showing 3 Images in every increment

  1. #1
    Join Date
    Apr 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Showing 3 Images in every increment

    1) Script Title:
    ContentSlider.js
    2) Script URL (on DD):
    http://www.dynamicdrive.com/dynamici...tentslider.htm

    3) Describe problem:
    In your current Contentslider we are able to see only 1 image per slide. But my requirement is I need to show 3 Images in every increment. So is there any settings for showing more than 1 image in the Slideshoq?.. Please help me out on this. Its urgent.

    Regards
    Rishi Daftary

  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

    You can put whatever you want in each content division, for example:

    Code:
    <div class="contentdiv">
    <img src="some_1.jpg" alt="">
    <img src="some_2.jpg" alt="">
    <img src="some_3.jpg" alt="">
    </div>
    - John
    ________________________

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

  3. #3
    Join Date
    Apr 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Basically i have a datalist. And group of three itemtemplates shud come in the Slideshow tht too only horizontal.
    Please let me know if there are ne way to do that. Currently in codebehind inside itembound event I am handling this, but the prob is its not coming horizontal (group of 3).
    Please let me if there is any solution

  4. #4
    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

    Horizontal vs. vertical layout of images depends upon the css style display value (should be display:inline;) of the images, the markup used (nothing that causes a line break), and whether or not there is enough room (width) for the images to fit in.

    If you want more help:

    Please post a link to the page on your site that contains the problematic code so we can check it out.
    - John
    ________________________

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

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
  •