I have a gridview where I'm freezing the header row using
this.offsetParent.scrollTop-1. which is working.
However, in the gridview tablerows, I have an img tag, with a class, where the background image is an i. the img tag has a mouseover/mouseout events set to change the class, which in turn changes the i image.
Whenever the mouseover/mouseout is fired, it changes the image, however the header is unfrozen and appears where it would have been, had it not been frozen, and is then refrozen at that spot.
Any ideas as to why this is happening and how to stop it?
this.offsetParent.scrollTop-1. which is working.
However, in the gridview tablerows, I have an img tag, with a class, where the background image is an i. the img tag has a mouseover/mouseout events set to change the class, which in turn changes the i image.
Whenever the mouseover/mouseout is fired, it changes the image, however the header is unfrozen and appears where it would have been, had it not been frozen, and is then refrozen at that spot.
Any ideas as to why this is happening and how to stop it?