Hello So lets just cut to the cace,
This code does work outside of Edge but doesn't work in edge. . . .
$(window).bind('scroll', function () {
sym.$("arroworb").addClass('fixed');
});
The Object i want to keep in its place at all times even if the scroll bar is moved has the div ID of arroworb. . .
I have no Idea what i am doing wrong but yeah the code does work it just doesn't when put into Edge
My guess would be the window or blind has something to do with it not working but I have no idea how to fix this,
Any idea's?
Thanks In Advance!