Looking at your HTML for the menu, it's mising the <span> tags that need to go in the <a> link of each menu item.
Code:
<div id="slidetabsmenu">
<ul><li><a href="/modx/index.php?id=47" title="Digital Art" Digital Art>Digital Art</a></li>
<li><a href="/modx/index.php?id=48" title="Sketches" Sketches>Sketches</a></li>
<li><a href="/modx/index.php?id=49" title="Illustrations" Illustrations>Illustrations</a></li>
<li><a href="/modx/index.php?id=50" title="Resume" Resume>Resume</a></li>
<li class="last"><a href="/modx/index.php?id=52" title="Contact" Contact>Contact</a></li>
</ul>
</div>
Please see the original HTML for the menu again.
Bookmarks