Forums

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

Home Forums CSS CSS sprites & Stretching image

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

    Hello,

    I would like to use css sprites on my site but have a problem. How can i repeat one certain image inside master sprite image, so that its applied to the entire column.

    Thanks,
    Risto

    #62521
    selain
    Member

    Don’t know if i’m understanding your question but is this what you were looking for?

    div.className {background:#FFFFFF url(image.gif) top left;}

    A background should allready repeat by itself.

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