> What's the proper way to select all the ul with this class and change
> their heights.

$$('.level2').each(function(item,index) {
   item.setStyle('height','100');
});

-- S.

Reply via email to