Instruction set reference
HIPE_OP_SET_STYLE
Send to the display server to apply a CSS style property to the specified location element.
- location: The tag element to be styled.
- arg[0]: The style property (e.g. "border").
- arg[1]: The new value of the style property (e.g. "1px solid").
Notes
You cannot use this instruction to add background images to elements. Use HIPE_OP_SET_BACKGROUND_SRC instead.