Hi German Bear,
The problem was the <A Href> in this piece of code in the html doc, which was putting borders on the items in the top-nav menu:
<div id="wrapper">
<div id="header">
<a href="<?php echo $this->baseurl ?>"><span id="Logo" /></span>
<?php if ($this->countModules( 'top-banner-468-60' )) : ?>
<div id="Topad">
<jdoc:include type="modules" name="top-banner-468-60" style="xhtml" />
</div>
<?php endif; ?>
</div>
Btw. now that I got you, I am looking for a good module that can list articles in a certain category as summeries with "read more" links to the full article. What I would like is something like the right column on the front page of this site:
www.concorddanmark.dk/.
Any suggestions?