Is it possible to make a element contain a background image, and if so, how would I go about doing this?
element contain a background image, and if so, how would I go about doing this?
You can simply add an img src Attribute with id:
and in your CSS file (stretch background):
#backgroundimage { height: auto; left: 0; margin: 0; min-height: 100%; min-width: 674px; padding: 0; position: fixed; top: 0; width: 100%; z-index: -1; }