We have two div
s. divOne
contains information of image and divTwo
contains information of table. Is it possible that we can set divOne as background image of divTwo
using script?
divOne.innerHTML = <IMG src="http://sbc.com/xyz.jpg" />
divTwo.innerHTML = <TABLE id="content"> ....... </TABLE>