So, i'm thinking of hiding the third layer as follows...
<ul>
<li>
<ul> <li>
<ul><li> </li> </ul>
</li> </ul>
</li>
</ul>
The third bolded level will be a display: none; and will never be visible, no mouseovers, nothing. Within each line will obviously be a link.
Now, given this is a menu (the id also has a semantic menu name) and its pretty obvious its a UL menu, will the search engines pick up on this and ignore it, or will it see hidden sections and flag warnings?
Commons sense says it'll ignore it, its obviously a CSS based menu and as such may carry hidden sections, but i just want to be sure.
opinions?
Edited by adibranch, 19 May 2009 - 05:57 AM.











