"takashi0808" <webforumsuser (AT) macromedia (DOT) com> 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! |
The bgproperties="fixed" is an IE only proprietary extension to html. In
other words, it only works in IE. A better solution is to set your
background image via CSS. Click Text->CSS Styles->Create New CSS Style. In
the dialog, click the Redefine HTML tag radio button and select "body" from
the list. In the next dialog, set your background image, choose fixed and
center for both horizontal and vertical position. Note that NN4 does not
respect background image positioning and will always place it in the upper
left corner.
Gary