Page tree

Versions Compared

Key

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

...

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

 

 

 

Sticky box
Info

Hello world of macros