Title: Meddelande
Hi!
 
I felt that i needed a border in my project. It wasn't implemented in the standard dynlayer, so I tried to do that. Success in IE, but fail in NS4.
 
I tried to do like this:
 
DynLayer.prototype.setBorder=function() {
 if (this.css!=null) {
  if (arguments.length==2) {
   this.css["border" + arguments[0]] = arguments[1];
  }
  else {
   this.css.border = arguments[0];
  }
 }
};
Is there any modification that "makes it happen" in NS4?
 
 
//Victor

Reply via email to