Forums

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

Home Forums CSS Sprite and background-size:

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #42056
    Rai
    Member

    Hi there,
    I´m trying to creat a infinite background image with sprite and background-size using:

    background-size:contain; but when I put it on the image fly away instantly.

    Any idea, tutorial or link about this?

    My code is:

    background: #0e3d77 url(../pagoranking_child/images/pagorakingsprite.png) no-repeat center -330px;
    height: 181px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background-size: contain;

    #121270
    Paulie_D
    Member

    Perhaps creating this in Codepen would help us see your problem.

    I’m not sure you understand what a sprite is for.

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