I've been trying to figure out how to have one SVG file translate while at the same time effect the opacity of another SVG element?

Using classes

|.SourceSVGElement .TargetSVGElement won't work because it will effect both elements, and I tried nesting classes but it didn't seem to work as in;

.SourceSVGElement {
    translate:(23 deg);
TargetSVGElement {
    opacity:0.5; {
    }
}
| Any offerings ?
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to