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

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4193179#4193179

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4193179
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to