Hi,
I've installed the Superfish module on my site but have 2 major problems.
First, in order to align the menu to the center of the page, i needed to do this:
<table width="89%" border="0" class="topmenutable" align="center"> <tr> <td class="topmenu"> <?php if($this->countModules('top')) : ?> <jdoc:include type="modules" name="Top" style="" />
<?php endif; ?> </td> </tr>
</table>
Now, it's shows well on IE, but on Safari/Firefox the first item shows on a second line.
How can I align it in a way that will work on all browsers?
Second, the child items in the menu are "clickable" only on the 1/3 left side of the item, and not on all... what can cause this?
the website is here - www.designated.co.il/store
It's in hebrew but I guess it doesn't matter a lot.
Thanks !
Tom