Set background image for table

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ganesh22
    Banned
    New Member
    • Sep 2007
    • 81

    Set background image for table

    Hi,
    I written a table in Script.js fille for that table i want to give background image How?
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    Set the style.backgroundImage property.

    Edit: Hah! Posted at almost the same time...

    Comment

    • hsriat
      Recognized Expert Top Contributor
      • Jan 2008
      • 1653

      #3
      [code=javascript]tableObject.sty le.backgroundIm age = "url('bg_image. png')";[/code]Example

      Comment

      Working...