Forums

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

Home Forums CSS Trying to make a smaller view window on a larger object

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #148206

    Hello,

    I’m trying to create a scrolling window div, which will contain an arbitrary length collection of images / things. I want the window to be a fixed size, depending on the screen width (which is easy enough with media queries) but the trick I’m trying to get sorted is to have the things inside it all inline and not wrap over the line and be scrollable. So in other words, I want a ticker-tape that I can scroll by a window.

    I can’t seem to figure out how to do this in CSS. I’d like a CSS solution only please. I do plan to maybe use javascript later but I need something that will work in horrible old browsers first, that I can then prettify with modernizr.

    Any ideas, please?

    #148212
    Paulie_D
    Member

    Here’s one I found on Codepen (http://codepen.io/Merri/details/eEBKp) found here

    http://designgrapher.com/25-html5-and-css3-sliders-free-to-use/

    You might try adapting one of these.

    #148348

    That’s excellent! Thanks.

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