Hi Udo, Thanks for your help, i tried it with the same but instead of tc:cell i used tc:out. i hope i am now right remember about it but: tc:cell shall get banned at any newer version.
2012/10/16 Udo Schnurpfeil <udo.schnurpf...@irian.eu> > Hi, > > you can fix it, with defining a rows="fixed;*" in the layout of the box > and putting a <tc:cell/> after the panel (which gets the *). > > Hope that helps > > Udo > > Am 12.10.12 13:28, schrieb AM: > > Hello dear users! > > > > (in this case an item is my tc:box) > > I have a layout-problem only when i use Firefox. My tc:box shown below is > > centered at the height of my display, but with IE it works well and is > also > > always sticking near my menue-bar at the top. > > > > at the faq i found this link: > > http://myfaces.apache.org/tobago/compatibility.html > > and i also tried to run my appl. with ff9 :( > > > > I use: tobago v 1.0.38 > > and myfaces 1.1.8 > > > > My code (prblem): > > <layout:proj> > > <jsp:body> > > <f:facet name="layout"> > > <tc:gridLayout rows="fixed;*"/> > > </f:facet> > > <tc:box label="Login"> > > <f:facet name="layout"> > > <tc:gridLayout rows="fixed"/> > > </f:facet> > > <tc:panel>....</tc:panel> > > </tc:box> > > <tc:out/> > > </jsp:body> > > </layout:proj> > > > > My code menubar (if necessary): > > <f:facet name="menuBar"> > > <tc:menuBar> > > <tc:menu> ...... </tc:menu> > > </tc:menuBar> > > </f:facet> > > > > > > thanks a lot and wishing a restful weekend! :) > > >