3 Replies Latest reply on Nov 5, 2009 10:01 AM by lmk

    rich:layout  default top padding

    lmk

      Hi all,

      Im facing a problem with rich:page and layouts, I have a rich:pag, header facet contains nested layouts:


      <f:facet name="header">
      <rich:layout >
      <rich:layoutPanel position="left" >
      <img src="left_logo_dev.png" border="0" />
      </rich:layoutPanel>
      <rich:layoutPanel position="right" width="30%">
      <img src="right_logo_image.png" border="0" />
      </rich:layoutPanel>
      <rich:layoutPanel position="bottom" widht="100%">
      <ui:include src="menu.xhtml" />
      </rich:layoutPanel>
      </rich:layout>
      </f:facet>
      


      Id like to have the menu flotting between left and right image, or displayed on the bottom. the first idea is difficul to implement with layouts, the second does not show the menu just on the bottom, there exists a padding area between the page header and the main page, I do not found how to get the bottom layout stuck to the top.

      thanks.