Quote:
Originally Posted by chadi
Problem here. In the navbar area, when I hover over "My Account" (my custom name for the user cp default menu), the submenu drops as it should. However, as soon as I hover the mouse over the user cp link/area, that submenu portion pops up in the very top left of the site. See attached.
|
not sure if this will resolve your problem but you have an extra
</if>
FIND:
HTML Code:
</table></if>
</div>
<!-- extras pop end -->
REPLACE WITH:
HTML Code:
</table>
</div>
<!-- extras pop end -->