On 20/07/10 13:59, Sanford Whiteman wrote:
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');
});
Or even just

$$('ul.level2').setStyle('height', 100);

if you're going to be setting them all to the same height.

--
Barry van Oudtshoorn
www.barryvan.com.au

Not sent from my Apple πPhone.

Reply via email to