> De: Joe Walnes <j
...@walnes.com>
> Objet: Re: resize my windows my menu move on the top
> À: sitemesh3-users@googlegroups.com
> Date: Mardi 19 juillet 2011, 0h23
> I recommend reading this (excellent)
> article on CSS positioning:
>
http://www.alistapart.com/articles/css-positioning-101/ > On Mon, Jul 18, 2011 at 3:58 PM, max max <stani...@yahoo.fr>
> wrote:
> > i just want my menu on the left and i success it but
> when i resize my windows the menu go to the top an another
> > --- En date de : Lun 18.7.11, Joe Walnes <j...@walnes.com>
> a écrit :
> > De: Joe Walnes <j...@walnes.com>
> > Objet: Re: resize my windows my menu move on the top
> > À: sitemesh3-users@googlegroups.com
> > Date: Lundi 18 juillet 2011, 22h41
> > I noticed you have: <sitemesh:write
> property='head' width="30%" height="100%"/> in your
> decorator. The sitemesh:write tag does not use width/height
> attributes - they will be ignored. I'm not sure what you're
> trying to do with them.
> > On Mon, Jul 18, 2011 at 2:50 PM, max max <stani...@yahoo.fr>
> wrote:
> > yeah i think its that
> > --- En date de : Lun 18.7.11, Colin Harrington <colin.harring...@gmail.com>
> a écrit :
> > De: Colin Harrington <colin.harring...@gmail.com>
> > Objet: Re: resize my windows my menu move on the top
> > À: sitemesh3-users@googlegroups.com
> > Date: Lundi 18 juillet 2011, 21h44
> > This definitely looks like a styling issue.
> > You may want to search around for "Responsive Design"
> or Media Queries to handle browser resizing bettter, but I
> don't think that this list is the right venue for CSS
> issues.
> > Happy Trails,
> > Colin Harrington
> > colin.harring...@gmail.com
> > On Mon, Jul 18, 2011 at 2:42 PM, Matt Ruby <mattr...@gmail.com>
> wrote:
> > If you could post the resulting html, css and js up
> somewhere, I'm sure I can help. However, this is not a
> sitemesh issue.
> > You could start by giving your #menu a set width like:
> min-width: 400px
> > -Ruby
> > On Mon, Jul 18, 2011 at 2:37 PM, max max <stani...@yahoo.fr>
> wrote:
> > maybe because i put % instead of px
> > --- En date de : Lun 18.7.11, Matt Ruby <mattr...@gmail.com>
> a écrit :
> > De: Matt Ruby <mattr...@gmail.com>
> > Objet: Re: resize my windows my menu move on the top
> > À: sitemesh3-users@googlegroups.com
> > Date: Lundi 18 juillet 2011, 20h59
> > I think you're having some style issues. I'm
> assuming that your tabs are floated to the left.
> This doesn't look like a sitemesh issue.
> > -Ruby
> > On Mon, Jul 18, 2011 at 1:56 PM, max max <stani...@yahoo.fr>
> wrote:
> > my work is too big for my mail upload <25MO for
> yahoo
> > --- En date de : Lun 18.7.11, Joe Walnes <j...@walnes.com>
> a écrit :
> > De: Joe Walnes <j...@walnes.com>
> > Objet: Re: resize my windows my menu move on the top
> > À: sitemesh3-users@googlegroups.com
> > Date: Lundi 18 juillet 2011, 18h59
> > Can you include complete working code, so we can try
> it ourselves.
> > On Mon, Jul 18, 2011 at 11:53 AM, max max <stani...@yahoo.fr>
> wrote:
> > well the problem is my menu move when i reduce my
> windows.that mean my menu is on the top to my tabMenu.
> > i want always my menu on the left whatever the windows
> size.
> > --- En date de : Lun 18.7.11, max max <stani...@yahoo.fr>
> a écrit :
> > De: max max <stani...@yahoo.fr>
> > Objet: Re: resize my windows my menu move on the top
> > À: sitemesh3-users@googlegroups.com
> > Date: Lundi 18 juillet 2011, 18h47
> > sorry my yahoo mail have a little window and i cannot
> see anything.
> > i clean my code
> > my decorator page:
> > <html>
> > <head>
> > <sitemesh:write property='head' width="30%"
> height="100%"/>
> > </head>
> > <body>
> > <div>
> > <div id="menu" class="menu">
> > <menu:useMenuDisplayer name="TabbedMenu">
> > <menu:displayMenu name="Global.Home" />
> > <menu:displayMenu name="Global.About" />
> > </menu:useMenuDisplayer>
> > </div>
> > <div class='mainBody'>
> > <sitemesh:write property='body'/>
> > </div>
> > </body>
> > </html>
> > my page i want to decorate:
> > <html>
> > <body>
> > <s:div id="body" >
> > <table border="1" width="100%">
> > <tr>
> > <td width="100%">
> > <sx:tabbedpanel id="test" cssClass="toto"
> > disabledTabCssClass="cssClass">
> > </sx:tabbedpanel>
> > </td>
> > </tr>
> > </table>
> > </s:div>
> > </body>
> > </html>
> > --- En date de : Lun 18.7.11, max max <stani...@yahoo.fr>
> a écrit :
> > De: max max <stani...@yahoo.fr>
> > Objet: Re: resize my windows my menu move on the top
> > À: sitemesh3-users@googlegroups.com
> > Date: Lundi 18 juillet 2011, 18h37
> > --- En date de : Lun 18.7.11, Joe Walnes <j...@walnes.com>
> a écrit :
> > De: Joe Walnes <j...@walnes.com>
> > Objet: Re: resize my windows my menu move on the top
> > À: sitemesh3-users@googlegroups.com
> > Date: Lundi 18 juillet 2011, 18h21
> > I'm sorry, I'm not understanding the problem. Please
> could you reduce it down to the least amount of code that
> demonstrates the problem and deploy it somewhere so we can
> better understand.
> > On Mon, Jul 18, 2011 at 9:44 AM, max max <stani...@yahoo.fr>
> wrote:
> > why you talk about dojo its not dojo problem
> > its sitemesh problem bevause i my menu move when i
> resize my window.
> > if you want i erase dojo tag i not use it on my page
> .
> > --- En date de : Lun 18.7.11, Joe Walnes <j...@walnes.com>
> a écrit :
> > De: Joe Walnes <j...@walnes.com>
> > Objet: Re: resize my windows my menu move on the top
> > À: sitemesh3-users@googlegroups.com
> > Date: Lundi 18 juillet 2011, 3h07
> > Hi Stanilas
> > I'm afraid it's unlikely that anyone on this list will
> be able to shed much light. It seems you are struggling with
> the layout of the struts-dojo library - you may have better
> luck asking the list behind that.
> > On Wed, Jul 13, 2011 at 9:10 AM, stani...@yahoo.fr
> <stani...@yahoo.fr>
> wrote:
> > Hi people
> > i have a problem wih organisation about my windows
> > on the left i have my menu i put code menu on my
> decorator page.
> > Its working good if the windows display on the normal
> size but when
> > you resize the windows my menu is on the top
> > how to stabilize this menu :/
> > i put my code :
> > my decorator page
> > <html>
> > <head>
> > <title>SiteMesh example: <sitemesh:write
> property='title'/></
> > title>
> > <sitemesh:write property='head' width="30%"
> height="100%"/>
> > </head>
> > <body>
> > <div>
> > <div id="menu" class="menu">
> > <menu:useMenuDisplayer name="TabbedMenu"
> > >
> > <menu:displayMenu name="Global.Home" />
> > <menu:displayMenu name="Global.About" />
> > </menu:useMenuDisplayer>
> > </div>
> > <div class='mainBody'>
> > <sitemesh:write property='body'/>
> > </div>
> > </body>
> > </html>
> > my page
> > <html>
> > <body>
> > <s:div id="body" >
> > <table border="1" width="100%">
> > <tr>
> > <td width="100%">
> > <sx:tabbedpanel id="test" cssClass="toto"
> > disabledTabCssClass="cssClass">
> > </sx:tabbedpanel>
> > </td>
> > </tr>
> > </table>
> > </s:div>
> > </body>
> > </html>
> > my decorator page
> > <html>
> > <body>
> > <h1 class='title'>SiteMesh example site:
> <sitemesh:write
> > property='title'/></h1>
> > <div>
> > <div id="menu" class="menu">
> > <menu:useMenuDisplayer name="TabbedMenu"
> > >
> > <menu:displayMenu name="Global.Home" />
> > <menu:displayMenu name="Global.About" />
> > </menu:useMenuDisplayer>
> > </div>
> > <div class='mainBody'>
> > <sitemesh:write property='body'/>
> > </div>
> > </div>
> > <div class='disclaimer'>Site disclaimer.
> This is an example.</div>
> > </body>
> > </html>
> > my page
> > <html>
> > </head>
> > <body>
> > <s:div id="body" >
> > <table border="1" width="100%">
> > <tr>
> > <td width="100%">
> > <b><s:text
> name="tabdate"/></b><br><br>
> > <sx:tabbedpanel id="test" cssClass="toto"
> > disabledTabCssClass="cssClass">
> > </sx:tabbedpanel>
> > </td>
> > </tr>
> > </table>
> > </s:div>
> > </body>
> > </html>
> > --
> > -Matt Ruby-
> > mattr...@gmail.com
> > --
> > -Matt Ruby-
> > mattr...@gmail.com