Re: [Dynapi-Dev] DynLayer Box Model Fix

2003-09-16 Thread Michael Bystrom
Den 03-09-15 15.14, skrev "Raymond Irving" <[EMAIL PROTECTED]>: > > We will support both inner and outer borders in border > manager. So which ever way the use wants it then they > got it. Perfectly prefect Michael --- This sf.net email is

Re: [Dynapi-Dev] DynLayer Box Model Fix

2003-09-15 Thread Raymond Irving
--- Kevin <[EMAIL PROTECTED]> wrote: > > I agree. I meant the technique setInnerBorder uses > with Highlighters > can be done in setOuterBorder for NS4 only (will the > new auto size > stuff fix parent layer's increased dimensions??) and > use CSS and > FixBoxModel for all other browsers. When l

Re: [Dynapi-Dev] DynLayer Box Model Fix

2003-09-15 Thread Kevin
"Raymond Irving" <[EMAIL PROTECTED]> wrote: > > --- Kevin <[EMAIL PROTECTED]> wrote: > > The setInnerBorder code could be changed now to add > > the > > Highlighters as correct outer dimensions for NS4 > > (would > > the new auto size stuff take care of the parents > > increased > > size?). > > I

Re: [Dynapi-Dev] DynLayer Box Model Fix

2003-09-15 Thread Raymond Irving
--- Kevin <[EMAIL PROTECTED]> wrote: > The setInnerBorder code could be changed now to add > the > Highlighters as correct outer dimensions for NS4 > (would > the new auto size stuff take care of the parents > increased > size?). I would not want to modify the setInnerBorder() function as it shou

Re: [Dynapi-Dev] DynLayer Box Model Fix

2003-09-15 Thread Raymond Irving
We will support both inner and outer borders in border manager. So which ever way the use wants it then they got it. -- Raymond Irving --- Michael Bystrom <[EMAIL PROTECTED]> wrote: > Den 03-09-15 00.47, skrev "Kevin" > <[EMAIL PROTECTED]>: > > > Michael wrote: > > > >> Raymond, > >> > >> I

Re: [Dynapi-Dev] DynLayer Box Model Fix

2003-09-15 Thread Michael Bystrom
Den 03-09-15 00.47, skrev "Kevin" <[EMAIL PROTECTED]>: > Michael wrote: > >> Raymond, >> >> I STRONGLEY suggest that we render the borders inside the layers... >> All the widgets that we create can NOT have a border outside the layer... >> If a layer is "100px in width" then it needs to be a "1

Re: [Dynapi-Dev] DynLayer Box Model Fix

2003-09-14 Thread Kevin
See below. Michael wrote: > Raymond, > > I STRONGLEY suggest that we render the borders inside the layers... > > All the widgets that we create can NOT have a border outside the layer... > If a layer is "100px in width" then it needs to be a "100px in width" If you set a 1px border in CSS for

Re: [Dynapi-Dev] DynLayer Box Model Fix

2003-09-14 Thread Michael Bystrom
Raymond, I STRONGLEY suggest that we render the borders inside the layers... All the widgets that we create can NOT have a border outside the layer... If a layer is "100px in width" then it needs to be a "100px in width" The DynAPI is a precise tool so the layers NEED to be that to. Well that's

Re: [Dynapi-Dev] DynLayer Box Model Fix

2003-09-14 Thread Kevin
"Raymond Irving" <[EMAIL PROTECTED]> wrote: > Hi Everyone, > > I've managed to get DynLayers to now support CSS > borders in ie, opera and mozilla. All DynLayers will > render the same way in all browsers. NS4 does not work > well with CSS so I don't know it if makes sense to try > and create a

[Dynapi-Dev] DynLayer Box Model Fix

2003-09-14 Thread Raymond Irving
Hi Everyone, I've managed to get DynLayers to now support CSS borders in ie, opera and mozilla. All DynLayers will render the same way in all browsers. NS4 does not work well with CSS so I don't know it if makes sense to try and create a fix for that. Should I add this to the setCSSBorder() to Bo