Forums

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

Home Forums CSS Horizontal sliding website

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #32779
    miniii91
    Member

    Ello I’m building a website for my friend and and she wants a gallery similar to this but in HTML…

    http://www.alilomas.co.uk/projects/neverbeenough.html

    I’m just wondering is it possible to build a website gallery like this but in HTML+CSS or do I need to dip into Java?

    If you do know how to do this could you show me a tutorial or something to help me out =)

    Thank you!

    #50999
    TT_Mark
    Member

    JavaScript! Not Java…they are two completely different things!

    #75844
    miniii91
    Member

    She’s updating her website atm (bad timing) but basically the transition is basically … an image with two arrows on each side of the picture (forward back) and when you click from instance the next button the image will slide into place.
    Can that be done in Javascript ?

    #75831
    ccc630
    Member

    That’s a very common use of Javascript — google ‘sliding image gallery’ and you’ll find dozens (at least) of examples, tutorials, etc.

    In terms of a pure CSS solution, I’ve seen it done with CSS3, but browser support is inconsistent, so you’d have to fall back to Javascript anyway.

    #75796
    miniii91
    Member

    Thanks I’ve found this …

    http://www.dynamicdrive.com/dynamicindex4/stepcarousel.htm

    do you think this tutorial is any good?

    #75749
    miniii91
    Member

    Thanks Fourize! That’s excatly what I’m looking for =) … I’ll try both Simpleslide and Orbit and see which one I find easier to use =)

    Again Thank you! Your offically amazing =D

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘CSS’ is closed to new topics and replies.