Tuesday, February 24, 2009

Safari 4 Beta

Erik Barzeski:

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 RSS · Twitter

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

Leave a Comment