Miešanie filtrov
Ukážka
SomrSoftware
SomrSoftware
CSS <STYLE type="text/css"><!--
.fA {filter: glow(color=#00ff00, strength=10) chroma(color=#00f000);
width: 100%;height: 60px;
font-size: 60px;
text-align: center;}
.fB {filter: Invert glow(color=#000000, strength=5) chroma(color=#000000) FlipV;
width: 100%;height: 60px;
font-size: 60px;
text-align: center;}
--></STYLE>
Objekty <div class="fA">SomrSoftware</div>
<div class="fB">SomrSoftware</div>