5 Cool fluid css templates
Super Simple Admin Theme

Community Discussion:
Nice, good job 
On the “forms” tab, the Submit button is spelled wrong 
Admintasia-Powerful backend admin user interface

Comments:
great admin template, very usefull.
I notice astrange bug and i dont know how to fix it… Maybe you can help:
When i want to edit a input/textarea field i cant place the cursor when it suppose to (normal input/textarea behavior)... the cursor is always at the end for an unknown reason. Also we cant select text in input/textarea to edit… That very annoying.
I cant show you since the admin panels are local.
help and thank in advance !
where can i find the login button from the index.html ? because there`s no element.
i need to change this to an input element with the name of login.
Wide Admin - Powerful Backend Interface

administration panel free website template
Community Comments:
I have purchased this template and the menus dont work with IE7 . z-index:100!important; also did not work.
any news Uniq?
Projectic

clean css template, tabs fluid
What other people say:
Great admin theme. Bookmarking for now, will probably purchase in the near future once I expand my business. 
Very very nice work, one of the best admin skins on themeforest.
Control Admin

dropdown web template
Community Discussion:
The theme has been updated with a fix for the message modal box, meaning it will always be visible on screen, and will change size depending on your browser viewport size.
For further update requests, don’t hesitate to ask =)
Matt
Okay, so if you simply apply a class of “submit” to each button that will be used to submit a form, the following piece of jquery should work in all forms.
$('a.submit').click(function() {
$(this).parents('form').submit();
});
If you still have problems with it, send me an email to and I’ll help you out further =)