Hi,
I have a very strange issue and I have done almost everything to make code simple.
The issue is - I have a horizontal menu and onmouseover of it I am changing its background. It works fine if that page doesnt have any row in the table. But if table has 50 or more rows the menu performance changes drastically in IE7/8 (Haven't checked older versions), it works fit and fine in FF and Chrome (No matter how many rows are there in the table).
Code -
onMouseOver="this.style.backgroundColor='#d0d0d0'" onMouseOut="this.style.backgroundColor=''"
even this doesn't work good if table has 50 or more rows.
Any help is greatly appreciated.
Thanks and Regards,
Hardik