Just FYI, the new admin bar causes the page menu in my theme to misalign while I am logged in. Here is a screenshot....
http://johnnasta.com/WP_3-1_admin-bar.jpg
Just pointing it out because it will be something that theme developers will have to think about, and you might get a whole lot of calls from your clients about this. I am using the DFblog theme by Daniel Fajardo. In my case I'd imagine it's because the #menubar div is set to position: absolute;
Just something to think about (from now on)...
Thanks
I pointed this out a while back but, in all fairness to the core devs, I don't think there will ever be a "one size fits all" solution to the problem.
I think it's really a theme coder's issue and not hard to deal with. Personally I never use position: absolute;
It's more of an issue for sites that require a login than for public sites. I do have a couple of sites that require a login. I wonder if there should be a checkbox in Settings to turn it off.
Take care,
John
Oh I see that you can turn it off in Users > Your Profile. I suppose admins can turn it off in other users profiles as well.
That links is good discussion thread on it. Thanks for the info.