:: Forum >>

sorting column makes column text non-centered

I specified
.active-scroll-top * {text-align: center;}

...Which centers my column headers. But when I click the header to sort, it is aligned left. When I click another header, the first one is centered again. Is this a bug?
Monday, April 5, 2004
I cannot reproduce this. Which browser are you using?

You may also try !important keyword:

.active-scroll-top * {text-align: center!important;}
Alex (ActiveWidgets)
Tuesday, April 6, 2004
I had the same issue. Turned out that the small arrow that appears to identify that column as the sort column, and the sorting direction, was not correctly positioned vertically. So, the Column heading correctly shifted to the left as if there was a new character on the right. Problem was that I couldn't see the new 'arrow' character since the heading row height was 'clipping' the arrow that was incorrectly positioned on the line below.

Different browsers/resolutions seem to give different results, from seeing none of the arrow to seeing only half of it.

I still haven't solved the issue. :(

My code is not that far from the basic.htm which worked fine. I plan to revert back to it, and make one change a t a time to try and isolate the cause. Haven't had time yet.

Hope this helps.

Eric Dykstra
Sunday, July 3, 2005

This topic is archived.


Back to support forum

Forum search