Web Analytics Made Easy -
StatCounter Background Scrolling Help - CodingForum

Announcement

Collapse
No announcement yet.

Background Scrolling Help

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Background Scrolling Help

    I have a background image that functions as part of the site. I have no problem with some of the edges of the image being cut of, but a a certain point I want it to start scrolling. Any ideas?

    -Elihu

  • #2
    Hi,

    Not sure if this is what you are looking for but maybe you could define the width and then set the overflow to scroll.

    for example:
    Code:
    {
       ...
       width:800px;
       height:600px;
       overflow-x:hidden;
       overflow-y:scroll;
    }

    Comment

    Working...
    X
    😀
    🥰
    🤢
    😎
    😡
    👍
    👎