Skip to content

Instantly share code, notes, and snippets.

@koert
Created September 6, 2012 13:07
Show Gist options
  • Select an option

  • Save koert/3656061 to your computer and use it in GitHub Desktop.

Select an option

Save koert/3656061 to your computer and use it in GitHub Desktop.
Absolute/relative positioning
<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