Horizontal menu spacing


Author Message
OOKIE

Posted: 1/3/2011
Quote message 

I have been trying to get the hover on my buttons to work and the spacing correct within my menu. I have tracked the source for the spacing in the css file, and also .js file. it seems that the scripts are not firing within my page.

Any suggestions???/
 
OOKIE

Posted: 1/3/2011
Quote message 

/* begin MenuSeparator */
.art-menu .art-menu-li-separator
{
display: block;
width: 8px;
height:26px;
}
/* end MenuSeparator */

this is what is not being activated
 
OOKIE

Posted: 1/7/2011
Quote message 

Have solved this issue. I was using master pages and found that I was inserting the js twice. removed the refference to the ContentPlaceHolder on all my pages and works fine.