Safari 4 Beta
What’s been gained by having top tabs? 20 pixels? I’m sorry, but those 20 pixels are simply not worth the problems “Top Tabs” have caused.
Update (2009-03-04): John Gruber has a great post that covers just about everything.
1 Comment
Stay up-to-date by subscribing to the Comments RSS Feed for this post.
I agree. Could it be anymore out of the way? You can put the toolbar back below the menu bar with the following terminal command:
defaults write com.apple.Safari DebugSafari4TabBarIsOnTop -bool NO
to change it back to the top:
defaults write com.apple.Safari DebugSafari4TabBarIsOnTop -bool YES