Search Result

Collapse
2 results in 0.0042 seconds.
Keywords
Members
Tags
multiple images
  •  

  • How to make images change using next and previous buttons.

    This is what I have so far -
    I cannot get my next link to work, but my previous link works after you change the pic by clicking on it. I'd like to take the "onclick" out and just use the next and previous links to change the pictures. I have 5 pictures and I can only get two to 'almost' work:

    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    ...
    See more | Go to post
    Last edited by gits; Oct 17 '10, 09:09 AM. Reason: added code tags

  • I need to know how to make an image change to other images 5 times with onload.

    this is what I have so far, I can only get it to work with the two pictures, and I need 5:


    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <title>Concert Ads</title>
    <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"
    ...
    See more | Go to post
    Last edited by gits; Oct 16 '10, 06:22 AM. Reason: added code tags
Working...