1,107
edits
Technician (talk | contribs) No edit summary Tag: Reverted |
Technician (talk | contribs) No edit summary Tag: Manual revert |
||
Line 11: | Line 11: | ||
// subtract the left margin from the computed value | // subtract the left margin from the computed value | ||
mutNode[0].style.left = "calc("+ eleLeft + " - "+ marginLeft + ")"; | mutNode[0].style.left = "calc("+ eleLeft + " - "+ marginLeft + ")"; | ||
} | } | ||
}; | }; |