Hi all,
I started a testsite and now I have to display the header image over the full height of the screen, even tough the content is shorter.
Can anybody help?
Thank you!
http://testcenter-websolutions.de/anne/
<script type="text/javascript">(function($) {$(document).ready(function() {
$('#gkHeaderMod').height( $(window).height() );
});})(jQuery)</script>