Hi, 
   
  I like to use my own theme, for example "ThemeFoo",
   
  <h:form>
  <t:jscookMenu layout="hbr" theme="ThemeFoo">
  <t:navigationMenuItems value="#{bean.menuItems}" />
  </t:jscookMenu>
  </h:form>
   
  I included the CSS for the theme inline in the page.
   
  <style>
     .ThemeFooMain { ..}
     .ThemeFooSubMenuTable { ..}
    .....
  </style>
   
  The menu did not show up. 
  I can not put the style in the file because it is pragmatically generated.  
What else do you need to do for the menu to work?  
   
  Thanks
  Dave

       
---------------------------------
Building a website is a piece of cake. 
Yahoo! Small Business gives you all the tools to get online.

Reply via email to