<select name="hi" id="bye">
     <option value="1"><span class="s1">A Span 1</span></option>
     <option value="2"><span class="s1">A Span 2</span></option>
     <option value="3"><span class="s1">A Span 3</span></option>
</select>
alert($('bye').getElements('span').length);
I would expect the alert to be '3', but it's 0. Is this a browser,  
mootools or me issue? Or none of the above...?
Thanks,
~Philip
PS... I tried to access the mootools forum, but was having issues  
logging in.