Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Simple user macro 

Code Block
## Sticky box macro by Vertuna LLC
## @param Width:title=Width|type=string|required=true|desc=Width in pixels (numeric)
## @param Height:title=Width|type=string|required=true|desc=Height in pixels (numeric)
## @param Top:title=Width|type=string|required=true|desc=Top in pixels (numeric)
## @param Left:title=Width|type=string|required=true|desc=Left in pixels (numeric)
HTML
<div style="position:absolute; z-index:9999; width:300px${paramWidth}px; height:200px${paramheight}px;top:220px${paramTop}px;left:300px${paramLeft}px">
Hello world$body
</div>

 

 

 

Sticky box
Hello world