[thelist] DOM & CSS

Lindsay Evans lindsay at redsquare.com.au
Wed Mar 13 20:10:01 CST 2002


<snip>
> The first line (document.) works as expected, but the second line does
> not give any results. I'm trying to change only the bottom border's
> values (and eventually only the top, left and right borders). The
> problem is, each of these borders needs to be different, and I don't
> know of a way of doing it a la document.getEle.....style.border-left?
</snip>

nope. borderLeft

document.getElementById("contentBoxContainer").style.borderLeft = "1px solid
white";

IE4+, NFI about Moz

--
 Lindsay Evans.
 Developer,
 Red Square Productions.

 [p] 8596.4000
 [f] 8596.4001
 [w] www.redsquare.com.au




More information about the thelist mailing list