Gridview Customization for sub-site

This is an open forum for any mojoPortal topics that don't fall into the other categories.

This thread is closed to new posts. You must sign in to post in the forums.
3/21/2011 1:56:23 AM
Koe
Gravatar
Total Posts 29

Gridview Customization for sub-site

I am not very sure that it is a problem related to mojoportal or not.

I write a css file in my ascx file to fix the header of a grid for IE, the css code is below.

 

<Style type="text/css">

 .GVFixedHeader { font-weight:bold; background-color: White; position:relative;
                 top:expression(this.offsetParent.scrollTop);}

</Style>

 

It work for the main site (siteID = 1), but when I move my module to the sub-sites, the header doesn't fix.

I have checked for the feature setting, it doesn't related to the culture or the data input, it only doesn't work in the sub-sites.

What is the possible reason about this problem?

 

I know it may be not a mojoportal problem but my code, but I am quite strange that why it only work for the main site.

I have checked the system log but nothing about this is logged.

 

Thanks a lot for help.

 

You must sign in to post in the forums. This thread is closed to new posts.