Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

13
LINES

< > BotCompany Repo | #1032357 // hTopRightCornerDiv

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (3664L/20K).

sS hTopRightCornerDiv(O contents, O... _) {
  ret hcss([[.topRightCorner {
    position: absolute;
    right: 10px;
    top: 10px;
    opacity: .95;
    padding: 10px; 
    border: 1px solid black;
    background: white;
    color: black;
  }]])
    + div(contents, params_plusHTMLClass(_, "topRightCorner"));
}

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx

No comments. add comment

Snippet ID: #1032357
Snippet name: hTopRightCornerDiv
Eternal ID of this version: #1032357/2
Text MD5: 8058f7303aef1db0d15522711c907799
Transpilation MD5: 403e986b8115c0677417460eefd0fd19
Author: stefan
Category: javax / html
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-08-31 15:41:45
Source code size: 323 bytes / 13 lines
Pitched / IR pitched: No / No
Views / Downloads: 64 / 102
Version history: 1 change(s)
Referenced in: [show references]