I am trying use jquery to set the height of an element to equal the users browser. Here is the code I got so far that\'s not working. Is it because I have a minimal height set
You have to use jQuery(window).height(). Windows doesn't actually have a dynamic height css property that change with resolution.
jQuery(window).height()