Is it posible to style a canvas(or any control) border as with HTML css using different colors/widths for the different border sides?
example(Shorthand notation not nessecarly required)
.myCanvasStyle{
border-top:1px solid #eee;
border-bottom:4px solid #fff;
}
Also, Anyone done a Flex control cheat sheet(quick reference) for
styles etc?
Cheers
Si

