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

% "Every morning, I get up and look through the 'Forbes' list of the richest people in America. If I'm not there, I go to work" -- Robert Orben

Working...