On 15 June 2011 22:29, Mark Rogers mark@quarella.co.uk wrote:
Thanks, that's a great starter into jQuery for me, and it worked perfectly for me: http://www.more-solutions.co.uk/alug.html
Oddly, that fails miserably for me on FF4.01, but it's fine in IE8.
Also, at the risk of turning the list in to a jQuery one, there's one more jQuery'ism you should probably be aware of. If you applied a class to both of your menu and content divs, e.g. class="fullHeight", then you could apply the correct height to both (and any other elements with the fullHeight class) in one statement;
$(".fullHeight").height(h);
Greg