Re: [PROPOSAL] Keel look and feel (Attn: Pierre)
Shash Chatterjee <[email protected]>
| Newsgroups | gmane.comp.java.keel.devel |
|---|---|
| Message-ID | <[email protected]> |
Pierre, > Herewith the jsp file I use with the css menu. Some changes from the > file I posted the 05/04/05. Mainly, nothing appends when you clik on > the menu bar or on a menu without model or url. Answering your previous email: didn't need to use the included JSP, since Sitemesh essentially allows us to centralize common elements to be defined in the <HEAD> section of the page. So, I just defined the <script/> tag to have the "body..." definition for the .htc file, and it worked. Thanks. I couldn't use the updated menubar.jsp since I converted to use JSTL tags instead of the Struts tags. I had to do this because the look&feel needs to work with any JSP-based clnt-*, not just Struts (I plan to do a Sitemesh decorator using Velocity as well). So, attached is the new version of your "old" menubar.jsp, could you please make the updates to it instead? Thanks, Shash PS: The menu-items that have nested elements have an empty href (like: <li class="submenu"><a href="">Keel</a>), clicking on those cause all kinds of undesirable effects, based on the page you are on. Can you correct that, maybe even a href="#"?