Problem w/ The Display of Table

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • karthik25
    New Member
    • Jul 2008
    • 6

    Problem w/ The Display of Table

    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

    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>
    Please see the attached picture, first one was rendered in Firefox and the next in IE

    Thanks in advance
    Karthik
    Attached Files
Working...