From: Kevin <ke...@ke...> - 2003-04-01 22:09:53
|
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: #000000 #000000 #000000 this.css.borderWidth: 1px 1px 1px 1px In IE this.css.borderStyle: solid this.css.borderColor: #000000 this.css.borderWidth: 1px It works OK in IE. Any ideas? - Kevin. |