takashi0808 webforumsuser wrote:
Quote:
how can I center the background image?
I know how to "fix" the background image like this
body background="./image/corner.gif" bgproperties="fixed"
now I want to know how to "CENTER" it! |
Try it with CSS:
body {background: #rgb url(/path/to/image) center;}
Replace the 'rgb' with a background color.
4.3.6 Colors
http://www.w3.org/TR/REC-CSS2/syndata.html#value-def-color
14.2.1 Background properties: 'background-position'
http://www.w3.org/TR/REC-CSS2/colors.html#propdef-background-position
Micha