I'm having difficulty making my side spry menu extend the full length of the webpage. I tried using this code:
$("nav").css({
"height" : $("nav").height()
});
but it still isn't working as expected. I just want the grey color, like in this example on jsfiddle http://jsfiddle.net/nLq9b/1/, to reach all the way to the bottom of the page, regardless of the content length.
Thank you for your help!