Posted by member 32550 on 2008-08-14 09:02:14 link

You can either use OverlayLabels for your aesthetic effect. (If it is possible in your theme, and most of the time it is possible.)
Or you use the setting "...BehindWindow" to order your labels.

Short explanation:
If you have for instance 3 labels (1, 2 and 3), which are overlapping each other and you want the order
1 2 3 (1 over 2 and 2 over 3)
then you'll add in your theme
1behindwindow HWND_TOP
2behindwindow xlabel 1
3behindwindow xlabel 2
That's all ;)