Okay. I didn't try it on Firefox. Just now tried it. It is working fine. So IE is the problem. Thanks.
tibi-3 wrote: > > when the main part is getting to large the menu disappears... > in ie that is on firefox i have no problems > > not sure if this helps > > tibi > > SJ wrote: >> Thanks. Now I found it. When I display more than 4 columns in the display >> tag, the menu part is not displayed on the page:,( >> http://www.nabble.com/file/p12025379/pdfexport.jpg . I have to play with >> the >> css. >> >> P.S.: Screenshot attached this time. >> >> Thanks >> >> >> mraible wrote: >> >>> On 8/6/07, SJ <[EMAIL PROTECTED]> wrote: >>> >>>> I have attached the screen shot. And here is my JSP code: >>>> >>>> <%@ include file="/common/taglibs.jsp"%> >>>> <head> >>>> <title><fmt:message key="formQueryResult.title"/></title> >>>> <content tag="heading"><fmt:message >>>> key="formQueryResult.heading"/></content> >>>> <meta name="menu" content="MainMenu"/> >>>> </head> >>>> >>>> <body id="formQueryResult"/> >>>> <p><fmt:message key="formQueryResult.message"/></p> >>>> <div class="separator"></div> >>>> >>>> I didn't find a menu.jsp. Are you referring to mainMenu.jsp. >>>> >>> No, I'm referring to menu.jsp - it's merged in from AppFuse when you >>> run "mvn package". >>> >>> The problem is the width of your table. The menu is there, it's just >>> hidden. You might try reducing the width of your table or checkout the >>> following: >>> >>> http://appfuse.org/display/APF/CSS+Framework#CSSFramework-fullwidth >>> >>> Matt >>> >>>> Thanks >>>> Shyam >>>> >>>> mraible wrote: >>>> >>>>> If parts of the decorator are shown, but not the menu - it might be >>>>> something in menu.jsp. Otherwise, it might be that your menu is just >>>>> not "shown". It's there in the HTML, but it's not shown in the >>>>> browser. Can you confirm which behavior you're seeing? No visual >>>>> presence or no HTML presence? >>>>> >>>>> Matt >>>>> >>>>> On 8/6/07, SJ <[EMAIL PROTECTED]> wrote: >>>>> >>>>>> Hi, >>>>>> I am developing a application using appfuse 1.9.4. I have added new >>>>>> >>>> link >>>> >>>>>> to >>>>>> MainMenu. When this link is submitted to a spring controller and the >>>>>> result >>>>>> is displayed back, the header (that shows the menu) is missing some >>>>>> times. >>>>>> I have verified my menu configuration and JSP page code and compared >>>>>> >>>> with >>>> >>>>>> appfuse JSP pages. Every thing looks perfect. >>>>>> >>>>>> Still the heading is missing. >>>>>> >>>>>> Here is the top part of JSP page (HTML code from viewsource): >>>>>> >>>>>> >>>>>> <CODE> >>>>>> >>>>>> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> >>>>>> <head> >>>>>> <!-- HTTP 1.1 --> >>>>>> <meta http-equiv="Cache-Control" content="no-store"/> >>>>>> <!-- HTTP 1.0 --> >>>>>> <meta http-equiv="Pragma" content="no-cache"/> >>>>>> <!-- Prevents caching at the Proxy Server --> >>>>>> <meta http-equiv="Expires" content="0"/> >>>>>> >>>>>> <meta http-equiv="Content-Type" content="text/html; >>>>>> charset=utf-8"/> >>>>>> >>>>>> <meta name="author" content="Matt Raible >>>>>> ([EMAIL PROTECTED])"/> >>>>>> <link rel="icon" href="/myreports/images/favicon.ico"/> >>>>>> >>>>>> <title>Form Based Query - Results | My Reporting</title> >>>>>> >>>>>> <link rel="stylesheet" type="text/css" media="all" >>>>>> href="/coibreports/styles/simplicity/theme.css" /> >>>>>> <link rel="stylesheet" type="text/css" media="print" >>>>>> href="/coibreports/styles/simplicity/print.css" /> >>>>>> >>>>>> <script type="text/javascript" >>>>>> src="/coibreports/scripts/prototype.js"></script> >>>>>> <script type="text/javascript" >>>>>> src="/coibreports/scripts/scriptaculous.js"></script> >>>>>> <script type="text/javascript" >>>>>> src="/coibreports/scripts/global.js"></script> >>>>>> <meta name="menu" content="MainMenu"/> >>>>>> </head> >>>>>> <body id="formQueryResult"> >>>>>> >>>>>> <div id="page"> >>>>>> <div id="header" class="clearfix"> >>>>>> <div id="branding"> >>>>>> <h1> /myreports/ My Reporting </h1> >>>>>> <p>My Reporting Application</p> >>>>>> </div> >>>>>> <hr /> </div> >>>>>> <div id="content" class="clearfix"> >>>>>> <div id="main"> >>>>>> <h1>Form Based Query - Results</h1> >>>>>> </CODE> >>>>>> >>>>>> Please help!!!! >>>>>> >>>>>> Thanks >>>>>> Shyam >>>>>> -- >>>>>> View this message in context: >>>>>> >>>>>> >>>> http://www.nabble.com/Page-Header-is-missing-in-display-tf4226881s2369.html#a12024981 >>>> >>>>>> 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 >>>>> >>>>> --------------------------------------------------------------------- >>>>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>>>> For additional commands, e-mail: [EMAIL PROTECTED] >>>>> >>>>> >>>>> >>>>> >>>> http://www.nabble.com/file/p12025143/pdfexport.jpg >>>> -- >>>> View this message in context: >>>> http://www.nabble.com/Page-Header-is-missing-in-display-tf4226881s2369.html#a12025143 >>>> 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 >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>> For additional commands, e-mail: [EMAIL PROTECTED] >>> >>> >>> >>> >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Page-Header-is-missing-in-display-tf4226881s2369.html#a12025531 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
