Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Need Help Gallery Slider with jQuery

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #24962
    arkader
    Participant

    Hi everyone !
    Does someone now if there is a jquery plugin to mimic this slider :
    http://www.gametrailers.com/

    thanks :)

    #58185

    That is a nice plugin! Could you possibly post a link to your test site ?

    #58189
    apostrophe
    Participant

    The problem is the width on the ul. This should do what you want:

    Code:
    .galleria {
    display:block;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0 auto;
    width:540px;
    }
    #58246
    apostrophe
    Participant

    This should do the trick:

    Code:
    .galleria_container {
    height:362px;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.