treehouse : what would you like to learn today?
Web Design Web Development iOS Development

some jquery / galleria span tag issues.

  • Hi all,

    Hoping someone has some insight on this. I am looking to get the description text for galleria to knock down the thumbnails below. I have tried several different things on both elements with no success. If anyone has a hack or some insight on this it would be greatly appreciated as I am getting close to launching.

    Thanks you in advance,

    http://s64419.gridserver.com/index.php/ ... 03ab74.jpg


    Nert
  • when you say "knock down" what exactly do you mean? :D
  • when the copy from the span tag gets larger I would like it to push down the thumbs below. so the copy does not overlap as shown in the link above.

    Thanks
  • Here you go:
    .caption {
    color:#A4845A;
    float:left;
    font-style:italic;
    margin:15px 0 25px;
    }
  • thank you apostrophe. Unfortunaley that only works on that one photo with the content that expands past one line. I would like it to always stay centered. using firefox you will be able to see on other photos what I am referring to. As always thank you for your time and attention.
  • How about this:

    On your photo caption-


    <span class=\"caption\" style=\"float: left; width: 100%; margin: 10px 0;\">
    text text text
    </span>
  • Soh Tanka. That worked like a charm. Just wanted to come back and give some praise...and thanks. :D