For some reason, the inline find in Safari 3 does not have the feature to follow a link after an inline find. In Firefox, I use this feature a lot to navigate through web pages. A small bookmarklet solves this issue in Safari:
javascript:x=window.getSelection().getRangeAt(0).startContainer.parentNode;if(x.tagName=='A'){window.location=x;}else{window.location=x.parentNode};Comments (0)
Mac OS X Hints
http://hints.macworld.com/article.php?story=20070706092659661