Forum Moderators: not2easy
+---------+
¦::.\\.//.¦
¦...\\.//.¦
+---------+
In this image I have 3 images that I care about. They are:
1)
::
..
\\
\\
//
//
Because there is only 1 horizontal row of images within the sprite, I can safely repeat the background vertically. For example, I could this:
#myItem {
width: 2px;
height: 200px;
background: url(mysprite.png) 0 0 repeat-y;
} You can only repeat the image vertically if your sprite image contains only 1 horizontal row of images.
Make sense?
[edited by: Fotiman at 1:32 pm (utc) on Aug. 21, 2008]