Hi all,
I got an issue. That's in html under i created an scroll. If you use IE 10 scroll this scroll to the center and then you zoom browser -> scroll will change position. Have anyway to zoom but don't change scroll position?. I test in firefox browser it work!. (zoom and no change position of scroll)
Thanks you.
I got an issue. That's in html under i created an scroll. If you use IE 10 scroll this scroll to the center and then you zoom browser -> scroll will change position. Have anyway to zoom but don't change scroll position?. I test in firefox browser it work!. (zoom and no change position of scroll)
Thanks you.
<!DOCTYPE html><html><head><title>Scroll IE</title></head><body><div style="width: 1000px;height: 40px;overflow: auto;"><div style="width: 10000px; height: 30px;"></div></div></body></html>