float_html(<position>, <verical>, <horizontal>, <expr>)
Like float but content from evaluating the expression rather than a URL.
float_html("absolute","top:50px","right:50px","<h1>I'm Floating HTML!</h1><h2>WEEEEEeeeeeeee!</h2>")
ruleset a60x98 { meta { name "float test" author "Mike Grace" description <> logging on } rule floater is active { select using ".*" setting () float_html("absolute", "top:50px", "right:50px", "<h1>I'm Floating HTML!</h1><h2>WEEEEEeeeeeeee!</h2>"); } }
Questions about this action? Ask any and all KRL-related questions on devex, and we'll help you out.
Float html
float_html(<position>, <verical>, <horizontal>, <expr>)Like float but content from evaluating the expression rather than a URL.
See this action in action!
Questions about this action? Ask any and all KRL-related questions on devex, and we'll help you out.