REPEAT A BACKGROUND IMAGE IN DHTML
<style type="text/css">
body
{
background-image:
url( 'bgdesert.jpg' );
background-repeat: repeat-y
}
</style>
place the background Image:
<style type="text/css">
body
{
background-image:
url( ' smiley;gif ' );
background-repeat:
no-repeat;
background-position:
center;
}
</style>
April 17, 2009
0 Repeat a Background Image
Posted by raj on 5:22 AM
0 comments:
Post a Comment