Today I faced an issue while testing a web page on Opera 12.02. Opera shows tr top border some time unwanted. I am not sure why it was but to fix this I just declare style for tr and set border to none.
If anyone know its reason please share.
table.GridView2 tr{
border:none !important;
}
*This post is locked for comments