Changing the background color of the image
First we find the section which will be replaced. For example we will change the header background, we find the code header
Example:
#header-wrapper {
background:$titleBgColor;
margin:22px 0 0 0;
padding:8px 0 0 0;
color:$titleTextColor;
}
We can change the code bacground with:
background: url("http://linkimage");
will be like this:
background: url("http://linkimageanda") ;
margin:22px 0 0 0;
padding:8px 0 0 0;
color:$titleTextColor;
}
To http://linkimageanda is a picture that has been used as a link
example: http://catur.pramono.googlepages.com/bullet_drk_arr.gif
1. background: url ("http://linkimageanda"); background image to fill in all the pages
2. background: url ("http://linkimageanda") no-repeat top left; background images are in the upper left
3. background: url ("http://linkimageanda") no-repeat bottom left; background images are in the bottom left
4. background: url ("http://linkimageanda") no-repeat bottom right; background image on the right bottom
5. background: url ("http://linkimageanda") no-repeat top right; background images are in the upper right
6. background: url ("http://linkimageanda") repeat-x right top; background fill from the top right to left (vertical)
7. background: url ("http://linkimageanda") repeat-y right top; background fill from the right top to the bottom (horizontal)
8. background: $ titleBgColor url ("http://linkimageanda"); no-repeat top left; background images are in the upper left with $ titleBgColor background color (color code in the edit variable definitions)
There are still many other background code you can mengutak Utik based on your intelgency.
Thursday, August 5, 2010
Changing the background color of the image
Diposting oleh
CATOER
di
5:50 AM
Subscribe to:
Post Comments (Atom)















0 komentar:
Post a Comment