Linked by Thom Holwerda on Sat 28th Feb 2009 11:47 UTC
Thread beginning with comment 351148
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[3]: Comment by Diablo
by mmebane on Sun 1st Mar 2009 21:46
in reply to "RE[2]: Comment by Diablo"
You can edit it on Windows with this software:
http://www.ipodrobot.com/download.htm
On Vista, the file is com.apple.Safari.plist in
C:\Users\<you>\AppData\Roaming\Apple Computer\Preferences
You just add
<key>DebugSafari4TabBarIsOnTop</key>
<false/>
somewhere in there.
It only kind of works, though. It gets the tabs out of the title bar, but the tab bar isn't properly implemented, so it's unusable, unless you like navigating your tabs sight-unseen with keyboard shortcuts.




Member since:
2005-06-29
I don't know how to do it in windows, but in Mac OS X:
Open Terminal.app
paste this:
defaults write com.apple.Safari DebugSafari4TabBarIsOnTop -bool NO
Restart Safari.