dan, which is the problem with my code?
it *was* a CSS compatibility problem, since it solved when setting the z-index to a non-negative number.
the only code once having the given variable value was
writeln(imStr);
thanks BillyRayPreachersSon and specially tsuji, the z-index set to 0 made it work. it was a CSS incompatibility problem, rather than a programming one.
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.