Whats the best way to keep a DIV in the same position? #682
Replies: 2 comments
-
Self answer: use |
Beta Was this translation helpful? Give feedback.
0 replies
-
this is just using normal css/html not sure what same "position means", by default they are positioned from the top left corner, thats the same position for me. if you want it to be the same position as szome 3d element use transformelement op or use other browser css features to position them |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Yeah, so when I try to position a DIV in Cables, when it is position absolute or fixed, if the canvas gets resize, it doesn't stay in a relative position. What would be the best way to do that?

And why is px and % in
Op.ElementCssTransform
difficult to understand? Seems like % doesn't really compute against the canvas size?Beta Was this translation helpful? Give feedback.
All reactions