Author: ilya_shaikovsky
Date: 2008-03-29 16:58:31 -0400 (Sat, 29 Mar 2008)
New Revision: 7418
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/panel/examples/lookCustom.xhtml
Log:
bug fix of positioning
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/panel/examples/lookCustom.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/panel/examples/lookCustom.xhtml 2008-03-29
19:41:44 UTC (rev 7417)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/panel/examples/lookCustom.xhtml 2008-03-29
20:58:31 UTC (rev 7418)
@@ -84,11 +84,11 @@
This is a panel without the header
</rich:panel>
- <rich:panel style="position: fixed; top: 500px; right: 500px; "
styleClass="top">
+ <rich:panel style="position: relative; top: 60px; left: 100px; "
styleClass="top">
<f:facet name="header">
Panel header
</f:facet>
- This is a panel with fixed position on the screen.<br/>
+ This is a panel with relative position.<br/>
Resize the browser's window to see the result.
</rich:panel>
Show replies by date