Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > DataGrid Header Style

Reply
Thread Tools

DataGrid Header Style

 
 
=?Utf-8?B?QmFyZW4=?=
Guest
Posts: n/a
 
      05-03-2005
Hi!

I have defined some style sheet for the DataGrid Header. It works fine in
IE, But Netscape 6.2 doesn't display the DataGrid Properly. Its missing the
Header Style.

My style Sheet
...grdHeaderClass, .grdHeaderClass td, .grdHeaderClass a, .grdHeaderClass
a:link, .grdHeaderClass a:visited, .grdHeaderClass a:hover
{
/* For grid headers */
FONT-FAMILY:Arial, Verdana, Sans-serif;
FONT-SIZE: 8pt;
FONT-WEIGHT: bold;
COLOR: #FFFFFF;
VERTICAL-ALIGN: baseline;
text-align:center;
TEXT-TRANSFORM:capitalize;
BACKGROUND-COLOR: #74A6CC;
TEXT-ALIGN: center;
height:30px;
}

Can anyone help me out.

Thanks,
Baren
 
Reply With Quote
 
 
 
Reply

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 On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Header files with "header.h" or <header.h> ?? mlt C++ 2 01-31-2009 02:54 PM
datagrid having row header and column header krishna.dwivedi@gmail.com ASP .Net Datagrid Control 0 07-13-2006 08:20 AM
Any way to reorder how a datagrid is drawn (header/footer/items vs.header/items/footer)? Henrik ASP .Net Datagrid Control 1 07-06-2006 12:23 AM
DataGrid header style inconsistent with sortable column style cedoucette@alum.rpi.edu ASP .Net 0 10-14-2005 12:13 AM
Need help with Style conversion from Style object to Style key/value collection. Ken Varn ASP .Net Building Controls 0 04-26-2004 07:06 PM



Advertisments