I have been looking through the threads here on drop down menus for wordpress but I havnt been able to find any that will properly import a RSS as a menu. Similar to the way Firefox does this with its bookmarks.
Anyone out there have any recommendations?
Why would you want an RSS feed in a drop down menu? That makes little sense to me. In a browser, sure. On a webpage? Seems weird.
It makes perfect sense to me. I saw that somewhere and thought it was a good way to economize on realestate. Something like:
<select size="1" name="RSS">
<option value="Select RSS Reader">Select RSS Reader</option>
<option value="Yahoo">Yahoo</option>
<option value="Google">Google</option>
<option value="News Gator">News Gator</option>
</select>
Thats not exactly what I meant. For example, iTunes has a RSS feed that lists music that comes out every week. I want to be able to list that information in a drop down menu.