Why in Netscape the contents get wraped all the time?

In the following:

      dlrParser = new DynLayer();
      dlrNav.addChild(dlrParser);
      sHtml = '<form id="frmParser" name="frmParser">'+
              'Parser:<select id="selParser" name="selParser"
onchange="ParseIt()"><option selected>XParse<option>XML for
Script</select>'+
              '</form>'
      dlrParser.setSize(dlrNav.w, 200)
      dlrParser.setHTML(sHtml)
      dlrParser.setHeight(dlrParser.getContentHeight())
      dlrParser.positionInParent('bottomleft', 0, 0)

the "Parser:" and the "select" are in different lines!!! 

Can anyone explain this to me?

Thanks

Andreas Gortsilas       


_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to