This is a discussion on Change Leopard Dock from 3D to 2D within the Mac OS X forums, part of the Tutorials category; Did you ever missed Tiger 2D Dock, well here I will show you how to make the 3D Dock in ...
Did you ever missed Tiger 2D Dock, well here I will show you how to make the 3D Dock in Leopard to 2D.
1) Open Terminal (Applications => Utilities => Terminal.app)
2) Type the following code "press enter for each code once":
defaults write com.apple.dock no-glass -boolean YES
killall Dock
3) to reverse the Dock back to 3D just change "YES" to "NO"