Re: [Dynapi-Dev] setBorder problem

2003-04-01 Thread Kevin
"Benoit Marchant" <[EMAIL PROTECTED]> wrote: > Did you try using individual borders: border-right: 1px solid blue ? This method doesn't allow individual top,right,bottom and left settings dynlayer_base.js: p.setBorder = function(w,c) I don't know the core dynapi code well enough to mess around w

Re: [Dynapi-Dev] setBorder problem

2003-04-01 Thread Benoit Marchant
Did you try using individual borders: border-right: 1px solid blue ? Benoit On Tuesday, April 1, 2003, at 02:09 PM, Kevin wrote: Hello everyone, There is a problem with setBorder on Mozilla. Only the top and left borders are set. Reading back the elements css after it's been set results in som

[Dynapi-Dev] setBorder problem

2003-04-01 Thread Kevin
Hello everyone, There is a problem with setBorder on Mozilla. Only the top and left borders are set. Reading back the elements css after it's been set results in something like: In Mozilla this.css.borderStyle: solid solid solid solid this.css.borderColor: #00 #00 #00 this.css.borderW