Forum Moderators: not2easy

Message Too Old, No Replies

Background image with css

So it would not repeat vertically

         

brakkar

10:19 am on Sep 1, 2004 (gmt 0)

10+ Year Member



Hello,
is there a way to have a background image in a table, so that it would only repeat vertically, and not horizontally no matter how tall is the table?

Thanks in advance,
Brakkar

jetboy_70

10:30 am on Sep 1, 2004 (gmt 0)

10+ Year Member



table {
background: url(/images/myimage.gif) repeat-y;
}