HOME
          About US
          Contact Us

Change Background Images

Chapter - 15 : Background Color and Images (Change Background Images): (Page 2/3)


(Cotinued from previous page)

15.2.1- Background Repeat: If you do not want to repeat the image or repeat it in only one direction, then use following commands

body {background-image:url('images/logo.gif');
background-repeat:no-repeat;}
This will show the image only once (Fig- 15.3).
Change web page

body {background-image:url('images/logo.gif');
background-repeat:repeat-x;}
This will repeat the image only in horizontal direction. (Fig- 15.4).
Change in web page
body {background-image:url('images/logo.gif');
background-repeat:repeat-y;}
This will repeat the image only in vertical direction. (Fig- 15.5).
Background Images in web page

(Cont......... to next page (Pg-3))

Change Background Images
© funandhobby.com (Change Background Images)