"Benoit Marchant" <mar...@ma...> 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 with it.
-
Kevin
> 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 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.
> >
> >
> >
> >
> > -------------------------------------------------------
> > This SF.net email is sponsored by: ValueWeb:
> > Dedicated Hosting for just $79/mo with 500 GB of bandwidth!
> > No other company gives more support or power for your dedicated server
> > http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
> > _______________________________________________
> > Dynapi-Dev mailing list
> > Dyn...@li...
> > http://www.mail-archive.com/dyn...@li.../
> >
>
|