Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. silverdeath

    problems with write() writeln() on several browsers

    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);
  2. silverdeath

    problems with write() writeln() on several browsers

    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.
  3. silverdeath

    problems with write() writeln() on several browsers

    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...

Part and Inventory Search

Back
Top