WordPress styling Plugin/Admin options page

I am currently investigating the best way to style an options page in the admin area of WordPress.

Anybody know of any good ways to theme, style, layout an options page?

Add a comment with your thoughts and any useful links ;)
I will then post a tutorial based on your findings!

Google Chrome: Web forms, empty action won’t work!

After doing some testing, I was wondering why the hell my form wasn’t submitting any POST data in Google Chrome.

It turns out that Google Chrome will not “post” to a form when the “action” destination is left blank.

Using a relative path doesn’t seem to work, it has to be absolute… I can understand why they would do this but but it’s the only browser I have come across that behaves in this fashion. Normally other browsers would allow the “action” property to be blank and still allow submission of the form.

It’s good practise but annoying!