0 Replies Latest reply on Nov 29, 2008 8:52 AM by davided80

    HTML layout changes maximizing the portlet

    davided80

      Hi,
      maximizing a portlet, the structure of the HTML page changes

      from

      <div id="portal-container">
      ...
      </div>
      <div class="portal-copyright" id="footer-container">
      ...
      </div>


      to

      <div id="portal-container">
       <div id="sizer">
       <div id="expander">
       <div id="logoName">
       ...
       <div id="content-container">
       <div id="regionMaximized">
       ...
       </div>
       <div class="portal-copyright" id="footer-container">
       ...
       </div>
       </div>
       </div>
       </div>
       </div>
      </div>


      Shouldn't the "footer-container" be always under the "portal-container"?
      We are using the downloaded version of JBoss Portal 2.7 Community Final Release

      By the way, thanks for the great work on JBoss portal.

      Davide