--- 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 should only be used to create inner borders. > Add the above suggested NS4 code to new setCSSBorder > (default solid style) and put it in the > bordermanager.js file > with the FixBoxModel code. If setCSSBorder is called > on > a layer do a dynapi.onLoad FixBoxModel for that > layer if > not already added? I'm thinging about modifing setBorder() to support both css and layer style borders: example setBorder(1,'black','solid') // css, layers for ns4 setBorder(1,'black','dotted') // css, layers for ns4 setBorder(1,'black','double') // css, layers for ns4 setBorder(1,'black','groove') // css, layers for ns4 setBorder(1,'black','layer') // use dynlayers setBorder(1,'black','image') // use images where solid will be the default and we could still do things like setBorder([t,r,b,l],[t,r,b,l],style) What do you think? > I'm assuming the FixBoxModel code is doing something > similar to the previously posted: > http://jscript.dk/Util/BoxModelFix/ > so all browsers have outer borders? I haven't had > much > time to delv into this lately. Yes it is -- Raymond Irving > - > Kevin > > > > > -- > > Raymond Irving > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Dev mailing list > [EMAIL PROTECTED] > http://www.mail-archive.com/[EMAIL PROTECTED]/ __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Dynapi-Dev mailing list [EMAIL PROTECTED] http://www.mail-archive.com/[EMAIL PROTECTED]/