Re: [Dynapi-Dev] IE 5.0 Mac: setHTML with tables not working

2001-02-12 Thread Doug Melvin
you most likely need to delay setting the HTML. Give the browser a chance to finish rendering the layers before you but HTML into them. :-) Doug - Original Message - From: "Monica Keefe" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, February 10, 2001 10:42 AM Subject: [Dynapi

RE: [Dynapi-Dev] IE 5.0 Mac: setHTML with tables not working

2001-02-10 Thread Pascal Bestebroer
] > [mailto:[EMAIL PROTECTED]]Namens Matthew A. Shirey > Verzonden: zaterdag 10 februari 2001 20:21 > Aan: [EMAIL PROTECTED] > Onderwerp: RE: [Dynapi-Dev] IE 5.0 Mac: setHTML with tables not working > > > I commented on this a while back... I think it should be put in, but

RE: [Dynapi-Dev] IE 5.0 Mac: setHTML with tables not working

2001-02-10 Thread Matthew A. Shirey
input. -- Matthew -Original Message- From: Richard Bennett [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 10, 2001 11:26 AM To: [EMAIL PROTECTED] Subject: Re: [Dynapi-Dev] IE 5.0 Mac: setHTML with tables not working > Yeah, someone told me to to end Mac setHTML stuff with a newline

Re: [Dynapi-Dev] IE 5.0 Mac: setHTML with tables not working

2001-02-10 Thread Richard Bennett
ett [EMAIL PROTECTED] www.richardinfo.com (Everything running on, and ported to the 19/12/2000 snapshot of DynAPI2) - Original Message - From: "Matthew A. Shirey" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, February 10, 2001 8:08 PM Subject: RE

RE: [Dynapi-Dev] IE 5.0 Mac: setHTML with tables not working

2001-02-10 Thread Matthew A. Shirey
Yeah, someone told me to to end Mac setHTML stuff with a newline. Heh, it actually works for me, try it. Try your setHTML line as such: layer.setHTML('textmore text\n') -- Matthew -Original Message- From: Monica Keefe [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 10, 2001 10:42

RE: [Dynapi-Dev] IE 5.0 Mac: setHTML with tables not working

2001-02-10 Thread Bill Lovett
The amazing martin ström posted a solution to this problem last month on the help list. Check it out: > there's a bug on mac IE5 which causes the > layer to move when content is written to it. > (using .innerHTML which the ie-part of setHTML() > uses to write content to DynLayers) > > the fix is