How to create fixed background image tiled from the left?
background: url($image_file ) left top fixed;
The code above fixed and tiled the image but the tiling starts from the center.
Thanks...
background: url($image_file ) left top fixed;
The code above fixed and tiled the image but the tiling starts from the center.
Thanks...
Comment