Forum Moderators: open
Over the past few years, it's been reported that links in drop downs have been ignored by Google if memory serves. I currently have limited, inconclusive, anecdotal evidence that this MAY be changing. To be safe, (I'm as certain as one can be under the circumstances! :) ) conventional link navigation still works.
Irritatingly, I lost the URL before I could arrange time to analsye the site further. Still, its food for thought, at least.
If you must have a dropdown box, I'd recommend either positioning it with CSS (so its at the bottom fo the document, but top of the rendered page) or having it at the bottom, instead of a "return to top" link. Either way, its the last thing thats read.
general experience indicates G doesn't crawl through forms...
<SELECT NAME="">
<OPTION NAME=""><A HREF="http://where.it/wouldgo.htm">TEXT</A></OPTION>
<OPTION NAME=""><A HREF="http://where.it/wouldgo2.htm">TEXT2</A></OPTION>
<OPTION NAME=""><A HREF="http://where.it/wouldgo3.htm">TEXT3</A></OPTION>
</SELECT>
No flowers, please ;-)