How to fix the leopard dock
Are you as annoyed by the 3d dock in Leopard as I am?
To replace it with a boring but more functional 2d dock just type this at a terminal:
defaults write com.apple.Dock no-glass -boolean YES killall Dock
To return it to the 3d dock if you change your mind use this command:
defaults write com.apple.Dock no-glass -boolean NO killall Dock