Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. continuously scroll multiple pictures on a web page using c# and html

continuously scroll multiple pictures on a web page using c# and html

Scheduled Pinned Locked Moved Web Development
csharphtml
5 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Mike Margolius
    wrote on last edited by
    #1

    I am programming in c# and html. On the bottom part of the page I would like to show a series of pictures, that need to scroll around. There are about 20 pictures. I have tried to create a panel in html but am unable to scroll each picture. Any assistance will be appreciated.

    A Richard DeemingR 2 Replies Last reply
    0
    • M Mike Margolius

      I am programming in c# and html. On the bottom part of the page I would like to show a series of pictures, that need to scroll around. There are about 20 pictures. I have tried to create a panel in html but am unable to scroll each picture. Any assistance will be appreciated.

      A Offline
      A Offline
      Ali Al Omairi Abu AlHassan
      wrote on last edited by
      #2

      Do you mean like this:

      This is a picture

      This is a picture

      This is a picture

      This is a picture

      if so just add overflow-x, overflow-y, and overflow to css

      Help people,so poeple can help you.

      M 1 Reply Last reply
      0
      • A Ali Al Omairi Abu AlHassan

        Do you mean like this:

        This is a picture

        This is a picture

        This is a picture

        This is a picture

        if so just add overflow-x, overflow-y, and overflow to css

        Help people,so poeple can help you.

        M Offline
        M Offline
        Mike Margolius
        wrote on last edited by
        #3

        I need them to be next each other, and then be able to scroll across the page. I will try your advice and let you know the result. Thanks Mike

        A 1 Reply Last reply
        0
        • M Mike Margolius

          I am programming in c# and html. On the bottom part of the page I would like to show a series of pictures, that need to scroll around. There are about 20 pictures. I have tried to create a panel in html but am unable to scroll each picture. Any assistance will be appreciated.

          Richard DeemingR Offline
          Richard DeemingR Offline
          Richard Deeming
          wrote on last edited by
          #4

          Sounds like you're looking for a slideshow? Google has quite a few suggestions. For example: http://css-tricks.com/snippets/jquery/simple-auto-playing-slideshow/[^] http://www.jssor.com/demos/image-slider.html[^] http://stackoverflow.com/questions/13860671/how-to-create-image-slideshow-in-html[^]


          "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

          "These people looked deep within my soul and assigned me a number based on the order in which I joined" - Homer

          1 Reply Last reply
          0
          • M Mike Margolius

            I need them to be next each other, and then be able to scroll across the page. I will try your advice and let you know the result. Thanks Mike

            A Offline
            A Offline
            Ali Al Omairi Abu AlHassan
            wrote on last edited by
            #5

            This is a picture

            This is a picture

            This is a picture

            This is a picture

            then add a div with width that contains all the pictures in one row inside your viewport and give your viewport overflow style

            Help people,so poeple can help you.

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups