Groups
Groups
Sign in
Groups
Groups
comp.lang.javascript
Conversations
About
Send feedback
Help
Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss
Learn more
IE6 and transparent borders
6 views
Skip to first unread message
Andrew Poulos
unread,
Apr 3, 2012, 7:54:08 PM
4/3/12
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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 PM
4/3/12
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Its ok I got it:
elem.style.filter = "chroma(color=fuchsia)";
Andrew Poulos
0 new messages