Source code

Revision control

Copy as Markdown

Other Tools

<script xmlns="http://www.w3.org/1999/xhtml"><![CDATA[
function doe(){
document.getElementById('b').remove();
document.getElementById('c').remove();
}
setTimeout(doe, 200);
]]></script>
<box id="a"/>
</mtr>
<box style="display: inline;" id="b"/>
#a { counter-reset: chicken 11 egg; }
#b { counter-increment: chicken -1 egg; }
*[class=zebra] { counter-increment: chicken 5; }
</style>
</treerow>