please help me with image slideshow

Discussion in 'HTML & Website Design' started by tammytas, Feb 10, 2011.

  1. #1
    In html, how to do image slideshow (swap images)....
     
    tammytas, Feb 10, 2011 IP
  2. ayekaye01

    ayekaye01 Peon

    Messages:
    214
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    you will need a java script..
     
    ayekaye01, Feb 10, 2011 IP
  3. Keo777

    Keo777 Peon

    Messages:
    27
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Here's what I found with a quick google search: http://www[dot]dynamicdrive[dot]com/dynamicindex14/index.html
    Hopefully it'll be helpful.
     
    Keo777, Feb 10, 2011 IP
  4. Amiy

    Amiy Member

    Messages:
    37
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #4
    We have handy jquery plugin (slider.js) which lets you create image slideshow rather easily. If not jquery, you could try the same in HTML using marques tag, something that looks like this.
    <marquee behavior="slide" direction="left">Your slide-in text goes here</marquee>
    <p><a href="http://www.quackit.com/html/codes/html_marquee_code.cfm">Marquee</a></p>

    Give it a try and you can refer more from the net reg this. Good luck!!
     
    Amiy, Feb 11, 2011 IP
  5. chanif.alfath

    chanif.alfath Active Member

    Messages:
    148
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    88
    #5
    chanif.alfath, Feb 11, 2011 IP
  6. sanchyclub

    sanchyclub Well-Known Member

    Messages:
    625
    Likes Received:
    6
    Best Answers:
    2
    Trophy Points:
    105
    #6
    you can use a jquery slideshow...just download a latest source code from jquery libraries and add that code in your site...that's it.
     
    sanchyclub, Feb 14, 2011 IP
  7. KodeKaran

    KodeKaran Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    You can't do that without JavaScript, with HTML you would have to make the page reload every time you show a new Image. A pretty cool open sourced image slider using a JavaScript library called 'jQuery' is NivoSlider - give it a google. :)
     
    KodeKaran, Feb 14, 2011 IP
  8. Magic Toolbox

    Magic Toolbox Peon

    Messages:
    21
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    You can create a slideshow with JavaScript and you don't need jQuery.

    http://www.magictoolbox.com/magicslideshow/

    It's probably the easiest slideshow to install (anyone know anything easier?) and it's free if your website is non-commercial.
     
    Magic Toolbox, Feb 14, 2011 IP