Results 1 to 5 of 5

Thread: captions and jcarousel

  1. #1
    Join Date
    Mar 2009
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default captions and jcarousel

    Forgive my ignorance first of all, but i have a horizontal "carousel" (not sure of the technical term) with images. Is it possible to include a caption(text) above and below each image? Secondly, is the size of each image only limited to 75x75? Many thanks


    jason

  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

    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

  3. #3
    Join Date
    Mar 2009
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    here is a sample link


    ideally, i would like the person's first name above the thumbnail and their last name underneath but just can't figure it out.


    thanks

    jason

  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

    I'd suggest going over the documentation for the script you are using. However, it appears you already have the first name above, so you could just add the last name below, ex:

    Code:
    <div align="center">Alan<a href="nito.html" 
    rel="facebox"><img src="images/alan.jpg" width="75" 
    height="75" alt="" /></a>Baxter</div>
    But you will need to make room (adequate height) for it so it can be seen. If there is no configuration in the script for that, add these styles (in the jquery.jcarousel.css file):

    Code:
    /**
     * This <div> element is wrapped by jCarousel around the list
     * and has the classname "jcarousel-container".
     */
    .jcarousel-container {
        position: relative;
    }
    
    .jcarousel-clip {
        z-index: 2;
        padding: 0;
        margin: 0;
        overflow: hidden;
        position: relative;
        height:110px!important;
    }
    
    .jcarousel-clip a {
        border:none!important;
    }
    - John
    ________________________

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

  5. #5
    Join Date
    Jun 2010
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Dear all,

    im really new at web design and I'm building up my 1st web page, I tried to incorporate this plug-in http://www.onextrapixel.com/2009/04/...r-on-rollover/ into my web page and create image gallery, it seems to work fine except in IE6. In IE6 the images are there but they don't load completly.

    I would apperciate if anybody could help me. Here is the link to that problematic web page:
    http://metalurban.eu5.org/proizvodi/cerada/cerada.htm

    Zeljka

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
  •