A New Busby SEO Challenge

I have been working on an SEO project, that has a lot of navigations using an HTML <select> tag. Which we all know is not search engine friendly. Because search engine spiders, also called bots cannot crawl this type of navigation. So I decided to redesign one and I made one using plain unordered list tags. <ul>,<li> tags that imitated how a <select> tag would behave. And the additional advantage aside from crawlability is the appearance is more customizable since there are many CSS properties that can change the colors of a <select> element but is not cross-browser compatible. With an ordinary list, you can customize appearance that is sure to look the same across all major browsers. I called this navigation the Busby Select Nav and so far the only problem I have is this is not working well on Safari and Konqueror. So I decided to ask help to get it work.

Read More