Forum Moderators: phranque
What i'm wondering is, right now i have a javascript tree menu, on another site i have a javascript drop down menu using divs, another one my menu is just plain html, I know which one you use has a lot to do with the layout and i know you can't really compare a dropdown with a tree menu (unless you consider a dropdown also a side menu with a div that pops outward)
I also know that it's a matter of preference, but my question is, user friendly wise, it is better to have a dropdown/tree menu, or just list the links like
<a href="/link/page.ext">link</a><br> my other question is with spiderability, is there any penalty for any of these?
Thanks.