Quote Originally Posted by 1kell View Post
I've just noticed in the page script the code seems jumbled up where it opens the EZPages nav bar, then before it closes that off, it opens the Cat Tabs bar, closes that, then closes the EZPages bar. That seems to be wrong, the EZPages should open and close (div tags), then the Cat Tabs should open and close, shouldn't it? This might be causing the error as described in my previous post. Any clue? Here is the script in brief:

PHP Code:
<!--bof-header ezpage links-->
<
div id="navEZPagesTop">
  <
a href="http://mywebsite.com/estore/index.php?main_page=page&amp;id=1&amp;zenid=ik4jbo1uvhigiruousa2fngj00">Reward Points</a>&nbsp;&nbsp;&nbsp;
  [
morelinks heredeleted for this post] &nbsp;&nbsp;&nbsp;
  <
a href="http://mywebsite.com/estore/index.php?main_page=page&amp;id=19&amp;zenid=ik4jbo1uvhigiruousa2fngj00">Contact Us</a>
</
div>
 

<!--
bof-optional categories tabs navigation display-->

 
<
style type="text/css">

#navCatTabsDropdown li 
{
    
float:left;
    
width:auto;
    
background-colore978be;
    
positionrelative;
    
padding:0em 0em 0em 1em;
        }
        
#navCatTabsDropdown ul li a:link {
    
font-familyarialhelveticasans-serif;
    
font-size10pt;
    
font-weight:normal;
    
color#ffffff;
    
text-decorationnone;
}        

#navCatTabsDropdown ul li a:visited, {
    
font-familyarialhelveticasans-serif;
    
font-size10pt;
    
font-weight:normal;
    
color#ffffff;
    
text-decorationnone;
}        

#navCatTabsDropdown ul li a:hover {
    
font-familyarialhelveticasans-serif;
    
font-size10pt;
    
font-weight:normal;
    
color#ffffff;
    
text-decorationnone;
    
background#e978be;
}        

#navCatTabsDropdown ul li a:active {
    
font-familyarialhelveticasans-serif;
    
font-size10pt;
    
font-weight:normal;
    
color#ffffff;
    
text-decorationnone;
}        
    
#navCatTabsDropdown li li {float: none;}    

#navCatTabsDropdown * li ul
{
float:left;
    
visibility:hidden;
    
text-align:left;
    
position:absolute;
    
top:16px;
    
left:-4em;    
    
padding0em 0.5em 0em 0.3em;
    
line-height:15pt;
    
z-index100;
}

#navCatTabsDropdown * li:hover ul 
{
    
visibility:visible;
    
background-color#c04edb;
    
}

 <
br class="clearBoth" />  
</
style>

<
div id="navCatTabsWrapper"><div id="navCatTabs"><div id="navCatTabsDropdown"><ul><li><class="category-top" href="http://mywebsite.com/estore/index.php?main_page=index&amp;cPath=21&amp;zenid=ik4jbo1uvhigiruousa2fngj00">Nappies</a><ul><li><a href="http://mywebsite.com/estore/index.php?main_page=index&amp;cPath=73_75_23&amp;zenid=ik4jbo1uvhigiruousa2fngj00">One-Size Nappies</a></li><br />
[
ETC ETC ETC All the links are heredeleted them for this post...]

</
div></div></div><!--eof-optional categories tabs navigation display-->
 
<
php echo zen_ez_pages_link(ndex.php?main_page=contact_us); ?>

<!--eof-header ezpage links-->

</div> 

See the second to last line, and the last line, should be up closing the EZ Pages bar before the Cat Tabs starts, shouldn't it? Why is it doing this?
I'm not sure- Have you changed (or use any mod) that changes tpl_main_page.php?