Wednesday, April 11, 2012

Create a Background in Blogger

In this case we play CSS to Create a Background as we want,maybe it's a simple trick but quite make add-add my friend all hihihihihi science.

In making beckground course, we must know the language a little CSS (not the language of animals. Perhaps most bloggers who have no background template is not like I have this: ((a plain black background. most people wear the appropriate background template size may be a bit easier to install Background on the template, but if the image is small how? well here I will explain how, will continue to follow tau yuk.

Instead of an image for the background does not match the size it looks less like this:


Well if the above background cssnya code as below:


body {
background: url ('http://image23.oke.com/oke/mukajelek.jpg');}


Well if my friend wants to repeat the image or background to meet the residence just add the image and repeat fixed example code:


code:


body {
background: url ('http://image23.oke.com/oke/mukajelek.jpg') repeat fixed;}


Well so dech code, if my friend wants oiya image is horizontal then just add the code repeat-x fixed images and code examples:


code:


body {
background: url ('http://image23.oke.com/oke/mukajelek.jpg') repeat-x fixed;}

If the vertical live just change his writing x into y, images and code examples:


code:


body {
background: url ('http://image23.oke.com/oke/mukajelek.jpg') repeat-y fixed;}

No comments:

Post a Comment