"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
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
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