Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

IE6 and transparent borders

6 views
Skip to first unread message

Andrew Poulos

unread,
Apr 3, 2012, 7:54:08 PM4/3/12
to
I'm trying to set a border to transparent on IE 6 using this code

elem.style.borderTop = "12px solid fuchsia";

elem.style.borderTop.filter = "chroma(color=fuchsia)";

but the border top is still coming out fuschsia coloured. Can someone
help me with the appropriate syntax?

Andrew Poulos

Andrew Poulos

unread,
Apr 3, 2012, 8:04:47 PM4/3/12
to
Its ok I got it:

elem.style.filter = "chroma(color=fuchsia)";

Andrew Poulos
0 new messages