From: Matthew A. S. <ms...@sh...> - 2001-02-10 19:17:03
|
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('<table border=3D0 cellpadding=3D4 cellspacing=3D2><tr><td>text</td><td>more text</td></tr></table>\n') -- Matthew -----Original Message----- From: Monica Keefe [mailto:mo...@ko...] Sent: Saturday, February 10, 2001 10:42 AM To: 'dyn...@li...' Subject: [Dynapi-Dev] IE 5.0 Mac: setHTML with tables not working Hi all, I'm working on a hierarchical menu project that has to work in: Windows: N4.x and up IE 4.x and up Mac: NS 4.75 IE 5.0 So far I'm only having one platform problem :-) I create a DynLayer and in the oncreate method, I use setHTML. This works fine until I try to add a table, like this: layer.setHTML('<table border=3D0 cellpadding=3D4 cellspacing=3D2><tr><td>text</td><td>more text</td></tr></table>') It works fine with other HTML, including <a href> tags and some other <font> tags, but won't work with the table tags. Doesn't cause problems in any other browser that I've tried. Has anyone else experienced this? Thanks, Monica _______________________________________________ Dynapi-Dev mailing list Dyn...@li... http://lists.sourceforge.net/lists/listinfo/dynapi-dev |
From: Matthew A. S. <ms...@sh...> - 2001-02-10 19:29:16
|
I commented on this a while back... I think it should be put in, but only on a platform check. No sense including something that's not needed on the other platforms. But to play both sides of the fence you all may want to make it consistant for all of the platforms... Just my little input. -- Matthew -----Original Message----- From: Richard Bennett [mailto:ma...@ri...] Sent: Saturday, February 10, 2001 11:26 AM To: dyn...@li... 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 Has this been cross-browser tested? (wait, let me check the Matrix, argh, no mention) If it causes no harm, we could add the /n in the SetHTML() function, or with a platform check - another Mac bug solved. Cheers, Richard Bennett ma...@ri... www.richardinfo.com (Everything running on, and ported to the 19/12/2000 snapshot of DynAPI2) ----- Original Message ----- From: "Matthew A. Shirey" <ms...@sh...> To: <dyn...@li...> Sent: Saturday, February 10, 2001 8:08 PM 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. Heh, > it actually works for me, try it. Try your setHTML line as such: > > layer.setHTML('<table border=3D0 cellpadding=3D4 > cellspacing=3D2><tr><td>text</td><td>more text</td></tr></table>\n') > > -- Matthew > > -----Original Message----- > From: Monica Keefe [mailto:mo...@ko...] > Sent: Saturday, February 10, 2001 10:42 AM > To: 'dyn...@li...' > Subject: [Dynapi-Dev] IE 5.0 Mac: setHTML with tables not working > > > Hi all, > > I'm working on a hierarchical menu project that has to work in: > > Windows: > N4.x and up > IE 4.x and up > > Mac: > NS 4.75 > IE 5.0 > > So far I'm only having one platform problem :-) > > I create a DynLayer and in the oncreate method, I use setHTML. This > works > fine until I try to add a table, like this: > > layer.setHTML('<table border=3D0 cellpadding=3D4 > cellspacing=3D2><tr><td>text</td><td>more text</td></tr></table>') > > It works fine with other HTML, including <a href> tags and some other > <font> > tags, but won't work with the table tags. Doesn't cause problems in any > other browser that I've tried. > > Has anyone else experienced this? > > Thanks, > Monica > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev > ____________________________________________________________ > Get your free domain name and domain-based e-mail from > Namezero.com. New! Namezero Plus domains now available. > Find out more at: http://www.namezero.com > _______________________________________________ Dynapi-Dev mailing list Dyn...@li... http://lists.sourceforge.net/lists/listinfo/dynapi-dev |
From: Pascal B. <pa...@dy...> - 2001-02-10 20:43:24
|
Just included this workaround into setHTML let me know if this fixes everything for Mac. ps. don't get used to these fast fixes.. just had some time left :) Pascal Bestebroer pa...@dy... http://www.dynamic-core.net > -----Oorspronkelijk bericht----- > Van: dyn...@li... > [mailto:dyn...@li...]Namens Matthew A. Shirey > Verzonden: zaterdag 10 februari 2001 20:21 > Aan: dyn...@li... > 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 > only on a platform check. No sense including something that's not > needed on the other platforms. But to play both sides of the fence you > all may want to make it consistant for all of the platforms... Just my > little input. > > -- Matthew > > -----Original Message----- > From: Richard Bennett [mailto:ma...@ri...] > Sent: Saturday, February 10, 2001 11:26 AM > To: dyn...@li... > 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 > Has this been cross-browser tested? (wait, let me check the Matrix, > argh, no > mention) > If it causes no harm, we could add the /n in the SetHTML() function, or > with > a platform check - another Mac bug solved. > > Cheers, > Richard Bennett > > ma...@ri... > www.richardinfo.com > (Everything running on, and ported to the 19/12/2000 snapshot of > DynAPI2) > > ----- Original Message ----- > From: "Matthew A. Shirey" <ms...@sh...> > To: <dyn...@li...> > Sent: Saturday, February 10, 2001 8:08 PM > 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. > Heh, > > it actually works for me, try it. Try your setHTML line as such: > > > > layer.setHTML('<table border=0 cellpadding=4 > > cellspacing=2><tr><td>text</td><td>more text</td></tr></table>\n') > > > > -- Matthew > > > > -----Original Message----- > > From: Monica Keefe [mailto:mo...@ko...] > > Sent: Saturday, February 10, 2001 10:42 AM > > To: 'dyn...@li...' > > Subject: [Dynapi-Dev] IE 5.0 Mac: setHTML with tables not working > > > > > > Hi all, > > > > I'm working on a hierarchical menu project that has to work in: > > > > Windows: > > N4.x and up > > IE 4.x and up > > > > Mac: > > NS 4.75 > > IE 5.0 > > > > So far I'm only having one platform problem :-) > > > > I create a DynLayer and in the oncreate method, I use setHTML. This > > works > > fine until I try to add a table, like this: > > > > layer.setHTML('<table border=0 cellpadding=4 > > cellspacing=2><tr><td>text</td><td>more text</td></tr></table>') > > > > It works fine with other HTML, including <a href> tags and some other > > <font> > > tags, but won't work with the table tags. Doesn't cause problems in > any > > other browser that I've tried. > > > > Has anyone else experienced this? > > > > Thanks, > > Monica > > > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > http://lists.sourceforge.net/lists/listinfo/dynapi-dev > > > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > http://lists.sourceforge.net/lists/listinfo/dynapi-dev > > ____________________________________________________________ > > Get your free domain name and domain-based e-mail from > > Namezero.com. New! Namezero Plus domains now available. > > Find out more at: http://www.namezero.com > > > > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev > |
From: Raymond S. <dst...@or...> - 2001-02-10 21:48:11
Attachments:
USS ROCK.jpg
|
Mr. Pascal, sir... Much time has been spent, pondering... the "rock"! Transglobal warfare within the bounds and guidelines of the "Primitive Arms Law" required a great deal of thought on my part. 1) It needed to be powerful, small rocks suck compared to boulders. 2) It needed to emulate the "throw of a rock". This all began with rock throws to begin with. 3) Stealth in transit was critical. Something that wouldn't raise alarms traveling through European streets and byways. 4) Construction was limited to slightly processed natural resources, think lumber and of course "rocks". 5) Amphibious capabilities became important later on to allow me to maintain "stealth and illusion" to the point of final attack. 6) Finally the "crew", who to partner with in this attack that would allow me to best "blend" into the likely and probable surrounds where Mr. Pascal,.. sir works. The best way to roll this strategy out is as follows... First I will present the "primary weapon" in full "stealth mode" (reference attached photo). Then over the next few days I will show Mr. Pascal how this wonderous device "unwraps" itself in stages as it crosses water onto land. The select "crew" that was assembled to help in this grand endeavor... Then sheads its "modern day trojan horse" disquise as it nears the final target... :O) Introducing... The U.S.S ROCK!! |
From: Pascal B. <pa...@dy...> - 2001-02-11 18:12:40
|
hmm.. I'm not sure what you mean with CREW! please define this. Seeing as this should stay a fair war, if you can have a crew to "throw the rock" then I can have a crew to uhm.."defend against the rock". Please note that we in Holland are some of the best damn dam builders.. and your "The U.S.S ROCK!!" might be blown back by our wind-mills.. so don't think you already came up with the best solution, because I haven't seen the U.S.S. ROCK as of yet! btw. Love the little yellow hat.. great cover-up! :) Pascal Bestebroer pa...@dy... http://www.dynamic-core.net > -----Oorspronkelijk bericht----- > Van: dyn...@li... > [mailto:dyn...@li...]Namens Raymond Smith > Verzonden: zaterdag 10 februari 2001 22:46 > Aan: dyn...@li... > Onderwerp: [Dynapi-Dev] All this "Konqueror" discussion... > > > Mr. Pascal, sir... > > Much time has been spent, pondering... > > the "rock"! > > Transglobal warfare within the bounds and guidelines of the > "Primitive Arms > Law" required a great deal of thought on my part. > > 1) It needed to be powerful, small rocks suck compared to boulders. > 2) It needed to emulate the "throw of a rock". This all began with rock > throws to begin with. > 3) Stealth in transit was critical. Something that wouldn't raise alarms > traveling through European streets and byways. > 4) Construction was limited to slightly processed natural > resources, think > lumber and of course "rocks". > 5) Amphibious capabilities became important later on to allow me to > maintain "stealth and illusion" to the point of final attack. > 6) Finally the "crew", who to partner with in this attack that > would allow > me to best "blend" into the likely and probable surrounds where Mr. > Pascal,.. sir works. > > The best way to roll this strategy out is as follows... > > First I will present the "primary weapon" in full "stealth mode" > (reference > attached photo). > > Then over the next few days I will show Mr. Pascal how this > wonderous device > "unwraps" itself in stages as it crosses water onto land. > > The select "crew" that was assembled to help in this grand endeavor... > > Then sheads its "modern day trojan horse" disquise as it nears the final > target... :O) > > Introducing... > > The U.S.S ROCK!! > > > |
From: Richard B. <ma...@ri...> - 2001-02-11 23:16:38
|
Why doesn't anyone use the chat list for this kind of literary humor normal souls don't understand ?? dyn...@li... ----- Original Message ----- From: "Pascal Bestebroer" <pa...@dy...> To: <dyn...@li...> Sent: Sunday, February 11, 2001 7:12 PM Subject: RE: [Dynapi-Dev] All this "Konqueror" discussion... > hmm.. I'm not sure what you mean with CREW! please define this. > > Seeing as this should stay a fair war, if you can have a crew to "throw the > rock" then I can have a crew to uhm.."defend against the rock". > Please note that we in Holland are some of the best damn dam builders.. and > your "The U.S.S ROCK!!" might be blown back by our wind-mills.. so don't > think you already came up with the best solution, because I haven't seen the > U.S.S. ROCK as of yet! > > btw. Love the little yellow hat.. great cover-up! :) > > Pascal Bestebroer > pa...@dy... > http://www.dynamic-core.net > > > -----Oorspronkelijk bericht----- > > Van: dyn...@li... > > [mailto:dyn...@li...]Namens Raymond Smith > > Verzonden: zaterdag 10 februari 2001 22:46 > > Aan: dyn...@li... > > Onderwerp: [Dynapi-Dev] All this "Konqueror" discussion... > > > > > > Mr. Pascal, sir... > > > > Much time has been spent, pondering... > > > > the "rock"! > > > > Transglobal warfare within the bounds and guidelines of the > > "Primitive Arms > > Law" required a great deal of thought on my part. > > > > 1) It needed to be powerful, small rocks suck compared to boulders. > > 2) It needed to emulate the "throw of a rock". This all began with rock > > throws to begin with. > > 3) Stealth in transit was critical. Something that wouldn't raise alarms > > traveling through European streets and byways. > > 4) Construction was limited to slightly processed natural > > resources, think > > lumber and of course "rocks". > > 5) Amphibious capabilities became important later on to allow me to > > maintain "stealth and illusion" to the point of final attack. > > 6) Finally the "crew", who to partner with in this attack that > > would allow > > me to best "blend" into the likely and probable surrounds where Mr. > > Pascal,.. sir works. > > > > The best way to roll this strategy out is as follows... > > > > First I will present the "primary weapon" in full "stealth mode" > > (reference > > attached photo). > > > > Then over the next few days I will show Mr. Pascal how this > > wonderous device > > "unwraps" itself in stages as it crosses water onto land. > > > > The select "crew" that was assembled to help in this grand endeavor... > > > > Then sheads its "modern day trojan horse" disquise as it nears the final > > target... :O) > > > > Introducing... > > > > The U.S.S ROCK!! > > > > > > > > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev > ____________________________________________________________ > Get your free domain name and domain-based e-mail from > Namezero.com. New! Namezero Plus domains now available. > Find out more at: http://www.namezero.com > |
From: Raymond S. <dst...@or...> - 2001-02-12 02:49:55
|
The value of "exposure" Richard. Plus the "rare" treat of actually being able to produce a smile on the logic-etched face of a programmer. But... For your benefit (though I think later in life you will pay a greater price, as will your humorless children) I'll at least title mark this brief series with... "rock" in it... ----- Original Message ----- From: "Richard Bennett" <ma...@ri...> To: <dyn...@li...> Sent: Sunday, February 11, 2001 3:16 PM Subject: Re: [Dynapi-Dev] All this "Konqueror" discussion... > Why doesn't anyone use the chat list for this kind of literary humor normal > souls don't understand ?? > dyn...@li... > > ----- Original Message ----- > From: "Pascal Bestebroer" <pa...@dy...> > To: <dyn...@li...> > Sent: Sunday, February 11, 2001 7:12 PM > Subject: RE: [Dynapi-Dev] All this "Konqueror" discussion... > > > > hmm.. I'm not sure what you mean with CREW! please define this. > > > > Seeing as this should stay a fair war, if you can have a crew to "throw > the > > rock" then I can have a crew to uhm.."defend against the rock". > > Please note that we in Holland are some of the best damn dam builders.. > and > > your "The U.S.S ROCK!!" might be blown back by our wind-mills.. so don't > > think you already came up with the best solution, because I haven't seen > the > > U.S.S. ROCK as of yet! > > > > btw. Love the little yellow hat.. great cover-up! :) > > > > Pascal Bestebroer > > pa...@dy... > > http://www.dynamic-core.net > > > > > -----Oorspronkelijk bericht----- > > > Van: dyn...@li... > > > [mailto:dyn...@li...]Namens Raymond Smith > > > Verzonden: zaterdag 10 februari 2001 22:46 > > > Aan: dyn...@li... > > > Onderwerp: [Dynapi-Dev] All this "Konqueror" discussion... > > > > > > > > > Mr. Pascal, sir... > > > > > > Much time has been spent, pondering... > > > > > > the "rock"! > > > > > > Transglobal warfare within the bounds and guidelines of the > > > "Primitive Arms > > > Law" required a great deal of thought on my part. > > > > > > 1) It needed to be powerful, small rocks suck compared to boulders. > > > 2) It needed to emulate the "throw of a rock". This all began with > rock > > > throws to begin with. > > > 3) Stealth in transit was critical. Something that wouldn't raise > alarms > > > traveling through European streets and byways. > > > 4) Construction was limited to slightly processed natural > > > resources, think > > > lumber and of course "rocks". > > > 5) Amphibious capabilities became important later on to allow me to > > > maintain "stealth and illusion" to the point of final attack. > > > 6) Finally the "crew", who to partner with in this attack that > > > would allow > > > me to best "blend" into the likely and probable surrounds where Mr. > > > Pascal,.. sir works. > > > > > > The best way to roll this strategy out is as follows... > > > > > > First I will present the "primary weapon" in full "stealth mode" > > > (reference > > > attached photo). > > > > > > Then over the next few days I will show Mr. Pascal how this > > > wonderous device > > > "unwraps" itself in stages as it crosses water onto land. > > > > > > The select "crew" that was assembled to help in this grand endeavor... > > > > > > Then sheads its "modern day trojan horse" disquise as it nears the > final > > > target... :O) > > > > > > Introducing... > > > > > > The U.S.S ROCK!! > > > > > > > > > > > > > > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > http://lists.sourceforge.net/lists/listinfo/dynapi-dev > > ____________________________________________________________ > > Get your free domain name and domain-based e-mail from > > Namezero.com. New! Namezero Plus domains now available. > > Find out more at: http://www.namezero.com > > > > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev > |
From: Richard B. <ma...@ri...> - 2001-02-12 03:16:25
|
>I'll at least title mark this brief series with... > "rock" in it... You didn't. ----- Original Message ----- From: "Raymond Smith" <dst...@or...> To: <dyn...@li...> Sent: Monday, February 12, 2001 3:47 AM Subject: Re: [Dynapi-Dev] All this "Konqueror" discussion... > The value of "exposure" Richard. > > Plus the "rare" treat of actually being able to produce a smile on the > logic-etched face of a programmer. > > But... > > For your benefit (though I think later in life you will pay a greater price, > as will your humorless children) I'll at least title mark this brief series > with... > > "rock" in it... > > > > ----- Original Message ----- > From: "Richard Bennett" <ma...@ri...> > To: <dyn...@li...> > Sent: Sunday, February 11, 2001 3:16 PM > Subject: Re: [Dynapi-Dev] All this "Konqueror" discussion... > > > > Why doesn't anyone use the chat list for this kind of literary humor > normal > > souls don't understand ?? > > dyn...@li... > > > > ----- Original Message ----- > > From: "Pascal Bestebroer" <pa...@dy...> > > To: <dyn...@li...> > > Sent: Sunday, February 11, 2001 7:12 PM > > Subject: RE: [Dynapi-Dev] All this "Konqueror" discussion... > > > > > > > hmm.. I'm not sure what you mean with CREW! please define this. > > > > > > Seeing as this should stay a fair war, if you can have a crew to "throw > > the > > > rock" then I can have a crew to uhm.."defend against the rock". > > > Please note that we in Holland are some of the best damn dam builders.. > > and > > > your "The U.S.S ROCK!!" might be blown back by our wind-mills.. so don't > > > think you already came up with the best solution, because I haven't seen > > the > > > U.S.S. ROCK as of yet! > > > > > > btw. Love the little yellow hat.. great cover-up! :) > > > > > > Pascal Bestebroer > > > pa...@dy... > > > http://www.dynamic-core.net > > > > > > > -----Oorspronkelijk bericht----- > > > > Van: dyn...@li... > > > > [mailto:dyn...@li...]Namens Raymond Smith > > > > Verzonden: zaterdag 10 februari 2001 22:46 > > > > Aan: dyn...@li... > > > > Onderwerp: [Dynapi-Dev] All this "Konqueror" discussion... > > > > > > > > > > > > Mr. Pascal, sir... > > > > > > > > Much time has been spent, pondering... > > > > > > > > the "rock"! > > > > > > > > Transglobal warfare within the bounds and guidelines of the > > > > "Primitive Arms > > > > Law" required a great deal of thought on my part. > > > > > > > > 1) It needed to be powerful, small rocks suck compared to boulders. > > > > 2) It needed to emulate the "throw of a rock". This all began with > > rock > > > > throws to begin with. > > > > 3) Stealth in transit was critical. Something that wouldn't raise > > alarms > > > > traveling through European streets and byways. > > > > 4) Construction was limited to slightly processed natural > > > > resources, think > > > > lumber and of course "rocks". > > > > 5) Amphibious capabilities became important later on to allow me to > > > > maintain "stealth and illusion" to the point of final attack. > > > > 6) Finally the "crew", who to partner with in this attack that > > > > would allow > > > > me to best "blend" into the likely and probable surrounds where Mr. > > > > Pascal,.. sir works. > > > > > > > > The best way to roll this strategy out is as follows... > > > > > > > > First I will present the "primary weapon" in full "stealth mode" > > > > (reference > > > > attached photo). > > > > > > > > Then over the next few days I will show Mr. Pascal how this > > > > wonderous device > > > > "unwraps" itself in stages as it crosses water onto land. > > > > > > > > The select "crew" that was assembled to help in this grand endeavor... > > > > > > > > Then sheads its "modern day trojan horse" disquise as it nears the > > final > > > > target... :O) > > > > > > > > Introducing... > > > > > > > > The U.S.S ROCK!! > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > Dynapi-Dev mailing list > > > Dyn...@li... > > > http://lists.sourceforge.net/lists/listinfo/dynapi-dev > > > ____________________________________________________________ > > > Get your free domain name and domain-based e-mail from > > > Namezero.com. New! Namezero Plus domains now available. > > > Find out more at: http://www.namezero.com > > > > > > > > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > http://lists.sourceforge.net/lists/listinfo/dynapi-dev > > > > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev > ____________________________________________________________ > Get your free domain name and domain-based e-mail from > Namezero.com. New! Namezero Plus domains now available. > Find out more at: http://www.namezero.com > |
From: Vadim P. <luc...@mt...> - 2001-02-12 13:20:16
|
Monday 12 February 2001 02:47, Вы написали: | The value of "exposure" Richard. | | Plus the "rare" treat of actually being able to produce a smile on the | logic-etched face of a programmer. <snip> Can this thread be stopped, please? It has nothing related to DynAPI or to Konqueror. AFAIK "dynapi-dev" is "DynAPI development mail list" -- Vadim Plessky http://kde2.newmail.ru (English) http://kde2.newmail.ru/index_rus.html (Russian) Do you have Arial font installed? Just test it! http://kde2.newmail.ru/font_test_arial.html |
From: Eytan H. <ey...@tr...> - 2001-02-12 13:44:37
|
Hold on a minute i only know about the help list and the dev one what else is there |
From: Richard B. <ma...@ri...> - 2001-02-12 13:56:47
|
All this: http://www.mail-archive.com/index.php3?hunt=dynapi ----- Original Message ----- From: "Eytan Heidingsfeld" <ey...@tr...> To: <dyn...@li...> Sent: Monday, February 12, 2001 2:44 PM Subject: RE: [Dynapi-Dev] All this "Konqueror" discussion... > Hold on a minute i only know about the help list and the dev one what else > is there > > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev > ____________________________________________________________ > Get your free domain name and domain-based e-mail from > Namezero.com. New! Namezero Plus domains now available. > Find out more at: http://www.namezero.com > |
From: Richard B. <ma...@ri...> - 2001-02-10 19:25:10
|
> Yeah, someone told me to to end Mac setHTML stuff with a newline Has this been cross-browser tested? (wait, let me check the Matrix, argh, no mention) If it causes no harm, we could add the /n in the SetHTML() function, or with a platform check - another Mac bug solved. Cheers, Richard Bennett ma...@ri... www.richardinfo.com (Everything running on, and ported to the 19/12/2000 snapshot of DynAPI2) ----- Original Message ----- From: "Matthew A. Shirey" <ms...@sh...> To: <dyn...@li...> Sent: Saturday, February 10, 2001 8:08 PM 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. Heh, > it actually works for me, try it. Try your setHTML line as such: > > layer.setHTML('<table border=0 cellpadding=4 > cellspacing=2><tr><td>text</td><td>more text</td></tr></table>\n') > > -- Matthew > > -----Original Message----- > From: Monica Keefe [mailto:mo...@ko...] > Sent: Saturday, February 10, 2001 10:42 AM > To: 'dyn...@li...' > Subject: [Dynapi-Dev] IE 5.0 Mac: setHTML with tables not working > > > Hi all, > > I'm working on a hierarchical menu project that has to work in: > > Windows: > N4.x and up > IE 4.x and up > > Mac: > NS 4.75 > IE 5.0 > > So far I'm only having one platform problem :-) > > I create a DynLayer and in the oncreate method, I use setHTML. This > works > fine until I try to add a table, like this: > > layer.setHTML('<table border=0 cellpadding=4 > cellspacing=2><tr><td>text</td><td>more text</td></tr></table>') > > It works fine with other HTML, including <a href> tags and some other > <font> > tags, but won't work with the table tags. Doesn't cause problems in any > other browser that I've tried. > > Has anyone else experienced this? > > Thanks, > Monica > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev > ____________________________________________________________ > Get your free domain name and domain-based e-mail from > Namezero.com. New! Namezero Plus domains now available. > Find out more at: http://www.namezero.com > |