Saturday, September 26, 2009

Ott-lite Replacement Ballast

Export Import On Blogger


1. Go to design
template. Then click on Edit HTML (not Expand Widget Templates) and look for the following:
body {background: $ bgcolor; ... } 2. 'll have to add after
background: $ bgcolor
following (which is blue):

body {background: $ bgcolor url
(http://AquĆ­ the Direction of picture) fixed no-repeat top left ; ...
} Explanation:
- no repeat value, the image is not repeated. We can also change other values as repeat-x, repeat the image horizontally while the repeat-y value will repeat the image vertically and repeat if specified, the image is repeated horizontally and vertically.
- fixed value, the image will scroll with the content or be fixed.
- The top value left, the position of the image.
Note:
The image must be large, type wallpaper, which have a width of 1024 pixels (px) and a high of 685 px approximately

0 comments:

Post a Comment