Here we go,
I was trying to find a work around opposed to using css property position:fixed,
to keep a div or element from moving as the page scrolls under it.
so...
sym.$("body").append(sym.$("Group").css({"position":"fixed"}));
...is not fully working to create this effect in responsive scaling with width 100%.
You lose set sizes and position , further more you lose the scale to fit browser window effect.
Can a div or element ignore scrolling and stay fixed?
I thought maybe I'd attempt to create such effect through scroll properties or scrolling scripts.
Don't know if it's possible.
Thank You,
Henry