developer sign in
where » create » reference » attribute » bgimg

bgimg


A style attribute defining the background image of an element.

Details

  • The bgimg does not alter the width or height of its containing element.
  • The bgimg attribute has a higher precedence than the bg or bgfocus attribute and therefore will be drawn over the background color.
  • The bgimg will always be aligned to the upper left corner of its containing element.
  • As a style attribute, the bgimg value cascades to child elements.
  • Valid values are image URLs.

Example

<pr>
  <text bgimg="./someImg.png">Clicking 'Ok' will delete your saved locations</text>
</pr>

<pr>
  <input type="button" value="Ok" bgimg="./buttonImg.png" onSelect="delete()" />
</pr>
terms of use | privacy policy | about | FAQ | blog | jobs | contact us
For 24/7 support email support@where.com or call 888-262-1150
WHERE™ is a product from uLocate Communications, Inc. ©2007 All Rights Reserved.