From: Kevin <ke...@ke...> - 2003-04-03 17:13:00
|
"Raymond Irving" <xw...@ya...> wrote: > Many thanks for the feedback. I've implemented the > <ilayer> tag as suggested and it worked great. I saw the <ilayer> idea in dynapi2. Though I'm not sure if it's 'inflow' code worked. > Please see the attached file for the updates to > dynlayer_ns4.js I've found that all children get an <ilayer> tag too. Can we specify 'relative' as below: -if(this._psition!='absolute') tag='ilayer'; +if(this._position!='relative') tag='ilayer'; - Kevin > -- > Raymond Irving |