Images Displayed In Table Cells

Discussion in 'PHP' started by pcdoc, Oct 26, 2010.

  1. #1
    I need to fill a four column by five row HTML table with images to be displayed over a background image.

    The sequence is

    1. fill the top row, one column at a time, and display with a 1/2 second interval between each insertion,

    2. once the top row is filled, proceed to the next row, then

    3. fill the remaining three rows.

    The twenty images will be numbered 01 through 20, and accessible from an "image" folder.

    Any help will be appreciated.
     
    pcdoc, Oct 26, 2010 IP
  2. ActiveFrost

    ActiveFrost Notable Member

    Messages:
    2,072
    Likes Received:
    63
    Best Answers:
    3
    Trophy Points:
    245
    #2
    Smells like .. homework :rolleyes: Show us what you've got and someone will most probably help you.
     
    ActiveFrost, Oct 27, 2010 IP
  3. S1M

    S1M Peon

    Messages:
    27
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    The delay will have to happen on the client side- that means you'll need to use javascript.
     
    S1M, Oct 27, 2010 IP