• home
  • forum
  • my
  • kt
  • download
  • CSS Tutorial for Background Image

    Author: 2007-07-19 14:13:48 From:

    1. You can choose your background image also. Like in this example I have put example.gif all of the body will be filled with example.gif but dont worry we have the solution later in this tutorial.
     
     
    When you apply the above code in your html file the page will look as shown below.
     
     
    2. When we put background-repeat:none the background image won't repeat and will be displayed for once.
     
     
    When you apply the above code in your html file the page will look as shown below.
     
    3.When we put background-repeat:repeat-x the background image will repeat in the x-axis
     
     
    When you apply the above code in your html file the page will look as shown below.
     
     
    4.When we put background-repeat:repeat-y the background image will repeat in the y-axis
     
     
    When you apply the above code in your html file the page will look as shown below.
     

    discuss this topic to forum

    relation tutorial

    No relevant information

    Category

      CSS (142)

    New

    Hot