Thanks for the feedback.
The menu is something "hybrid", since some links are written in the html, and others dynamically but using the cpg template power ;D.
One "cool" thing is that I've used sprites, actually a BIG BIG image to improve sites performance and reduce server hits from (100 to 30 per visit - average):
greenday2k.appspot.com...iteshd.png
A big crime? =>
blog.vlad1.com/2009/06...to-sprite/
After testing with different user's (with pretty low profile machines) we reduced the number of transparencies (rgba & opacity and PNG transparencies) and solved the problem on those machines.
I've coded the BBeditor to use css-sprites to make it "faster". If anyone wants the code, i can share it css & JS.
It also added a nice option for the forum to show avatars on the left or on the right of the post based on users preference (chosen on my account). And was so simple... Fool of me, tend to overlook DF features =/ in the past ;D.
I've learned a lot of DF with this redesign, hope to share that knowledge and lesson learned soon.