silverdeath
Programmer
I dinamically created a text string, which is:
imStr = "<DIV ID=elBGim STYLE='position:absolute;left:0;top:106;height:100%;z-index:-2'><IMG NAME='imBG' BORDER=0 SRC=images/background.gif WIDTH=781 HEIGHT=1003></DIV>"
but when viewing in firefox or Netscape (it works in ie) this div and its within image won`t appear either with document.write() or document.writeln(). why might this be? a little erlier in the same function I wrote another line and it worked.
any hints to solve this?
imStr = "<DIV ID=elBGim STYLE='position:absolute;left:0;top:106;height:100%;z-index:-2'><IMG NAME='imBG' BORDER=0 SRC=images/background.gif WIDTH=781 HEIGHT=1003></DIV>"
but when viewing in firefox or Netscape (it works in ie) this div and its within image won`t appear either with document.write() or document.writeln(). why might this be? a little erlier in the same function I wrote another line and it worked.
any hints to solve this?