Help | Site Map
Connecting Tech Pros Worldwide
Reply
 
LinkBack Thread Tools
  #1  
Old September 3rd, 2008, 11:12 PM
Newbie
 
Join Date: Jul 2008
Posts: 6
Default 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 Thumbnails
ss.jpg  
Reply
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles