Created
September 6, 2012 13:07
-
-
Save koert/3656061 to your computer and use it in GitHub Desktop.
Absolute/relative positioning
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <p:outputPanel layout="block" style="position: relative;"> | |
| <div style="position: absolute; top: 0.5em; right: 0.5em; z-index: 10;"> | |
| </div> | |
| </p:outputPanel> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment