Hello, I am currently building a webiste for a client whereby I am using CSS for the menu (not javascript). For the rollovers, have a background image that contains the regular state and the rollover.
an example code is: <a id="foo" href="bar.php" ><span>BAR</span></a>
I hide the <span>
and use the background image instead.
My Question Is:
Is this form of navigation good for SEO? Is hiding the <span>
seen as spam by the search engines. Will search engines even pick up this form of menu??
Please Help