Thanks NormanUK, it worked out for me!
Now I have another question...
I put the header module above the menu module like this:
<div id="gkPageTop" class="clearfix">
<?php $this->loadBlock('logo'); ?>
<?php if($this->getParam('show_menu', 1)) : ?>
<div id="gkMainMenu">
<?php if( $this->modules('header')) : ?>
<div id="gkHeader" class="clear clearfix">
<jdoc:include type="modules" name="header" style="<?php echo $this->module_styles['header']; ?>" />
</div>
<?php endif; ?>
<?php
$this->menu->loadMenu($this->getParam('menu_name','mainmenu'));
$this->menu->genMenu($this->getParam('startlevel', 0), $this->getParam('endlevel',-1));
?>
</div>
<?php endif; ?>
</div>
On my frontpage
http://www.exactadviseur.nl/no19uden/ I want to use the header and top position to show a picture. Only thing is that the header & menu position should be lined out with the logo, the same as
http://www.exactadviseur.nl/no19uden/in ... uden-no-19.
So again I want to influence the grey area above the header module.
If you have other suggestion in solving my question, pleas let me know!
Thanks for your answer so far!.
Patriek