opts.cssBefore.left = next.offsetWidth;
becomes
opts.cssBefore.left = next.offsetWidth-1;
so does move everything along by 1 pixel but no more bug & client is
happy.
opts.cssBefore.left = next.offsetWidth;
becomes
opts.cssBefore.left = next.offsetWidth-1;
so does move everything along by 1 pixel but no more bug & client is
happy.
No comments:
Post a Comment