Hi Friends,
I have problems with the way tables are rendered. I am using "gridview" server control (aspx) and it is rendered differently in Internet Explorer and Firefox. Can any of you look into this and help me identify the issue?
For the gridviews, i assign a CssClass called "grids" and the code for that is
Please see the attached picture, first one was rendered in Firefox and the next in IE
Thanks in advance
Karthik
I have problems with the way tables are rendered. I am using "gridview" server control (aspx) and it is rendered differently in Internet Explorer and Firefox. Can any of you look into this and help me identify the issue?
For the gridviews, i assign a CssClass called "grids" and the code for that is
Code:
<style type="text/css"> .grids table { border-color: white; border-width: 0px 0px 0px 0px; } .grids td { border:none; } .grids th { background-image: url("../images/th_bg2.gif"); } </style>
Thanks in advance
Karthik