Sep 13
Thanks to The Unofficial Apple Weblog I have added a highlight box that follows my cursor when navigating stacks from the dock on my MacBook Pro.
Open a terminal window and issue the following 2 commands …
$ defaults write com.apple.dock mouse-over-hilite-stack -boolean YES
$ killAll Dock
When your dock reloads, the highlight effect will be in place.
