Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror

Comment Why is it dead: (Score 4, Funny) 138

Plain old HTML:

<li onmouseover="doSomething();">...</li>

Same thing with XBL:

<xbl xmlns="http://www.w3.org/ns/xbl">
    <binding element="#nav li">
        <handlers>
            <handler event="mouseover">
                doSomething();
            </handler>
        </handlers>
    </binding>
</xbl>

Slashdot Top Deals

You can tune a piano, but you can't tuna fish. You can tune a filesystem, but you can't tuna fish. -- from the tunefs(8) man page

Working...