*The Problem:*

At present, I use following css to achieve above; This CSS is
then associated with  gridview.header of the gridview

<HeaderStyle CssClass="gvFixedHeader_Aqua" />

.gvFixedHeader_Aqua{position:relative;

top:expression(this.parentNode.parentNode.parentNode.parentNode.scrollTop-1)
;

background-color: Aqua;

color:Black;

font-family:Arial;

font-size: X-Small;

font-weight: lighter;

border : none;

text-align:center;
height: 20px;}


*The Help Needed:*

The *expression* is not css2 compliant. While, it still works in IE6 to 8,
what is the best alternative?

With Kind Regards,

Dilip Nagle
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to