On 9/18/07, Peder <[EMAIL PROTECTED]> wrote: > > > > > mraible wrote: > > > > Actually, the menus in AppFuse are purely CSS based. The CSS for them > > is in nav-horizontal.css - starting with /* DROP DOWN MENUS */. I > > would try removing all of it and see if that gives you your desired > > result. > > > > Matt > > > > > > Removing the drop down menu CSS results in all menu and sub menu items > being > rendered in a jumbled mess of text. > > There must be more to it than just CSS; Reading the documentation in your > demo pages at > > http://demo.raibledesigns.com/struts-menu/tabbedMenu.jsp > > it mentions under "How it Works": > > "JavaScript is used to set the active menu when the page first loads. It > does this by comparing the current location with the href's in the menu's > links. Then it uses current.indexOf(eachLink) and matches the first one. > If > more than one link matches the current link, then the cookie from the last > clicked menu is used. > "
This is only to set which menu is highlighted, not to arrange the menus. You might be right that it's more than just CSS. I'd look at the new menu.cssyou added and make sure the ids and classes match up with what's produced in your page. You might try using the Web Developer Extension for Firefox - it allows you to manipulate the CSS and HTML w/in the browser. Matt -- > View this message in context: > http://www.nabble.com/Any-Luck-Using-TabbedMenu-in-Appfuse2--tf4470112s2369.html#a12759422 > Sent from the AppFuse - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- http://raibledesigns.com
