Tuesday, July 28, 2009

bg-tip

if you use an image for bg and it's to big, best approach is to use a repeating iimage.
background-image:url(bigback.jpg);
background-repeat:repeat;
it is better to repaeat the smaller image

No comments:

Post a Comment