Skip to main content

Notifications

Community site session details

Community site session details

Session Id :

Opera shows unwanted border for tr ?

Haansi Profile Picture Haansi 1,433 Moderator

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;
}


Comments

*This post is locked for comments