Arranging Background Images

Background Image – Repeated
{background-image:url('bgimage.jpg');
background-repeat: repeat}

Background Image – No Repeat
{background-image: url('bgimage.jpg');
background-repeat: no-repeat}

Background Image – Only Vertically
{background-image:url('bgimage.jpg');
background-repeat: repeat-y}

Background Image – Only Horizontally
{background-image:url('bgimage.jpg');
background-repeat: repeat-x}

2 Comments

  1. Posted 25/01/2010 at 19:03 | Permalink

    The information here is great. I will invite my friends here.

    Thanks

  2. Posted 02/02/2010 at 08:26 | Permalink

    I usually don’t post on Blogs but ya forced me to, great info.. excellent! … I’ll add a backlink and bookmark your site.

Post a Comment

Your email is never shared. Required fields are marked *

*
*