Afternoon all,
Sorry for the generic title of this post. Web design is not my strong point, so I didn't want to put something like "CSS problem" and later find out it was nothing to do with CSS etc
Anyway, here is my problem.....
I have one of those fancy Ajax sidebar menus that open when you click them. However, I don't think Google is reading the links within those menus correctly.
So therefore I
am looking to have the menus constantly open/on display to both the robots and the readers.
Here is an example piece of code:
<!-- archives menu -->
<h3 class="display" title="archives"><a href="#">archives</a></h3>
<div style="overflow: hidden; opacity: 0; visibility: hidden; height: 0px;" class="stretcher">
<ul>
<BloggerArchives>
<li><a href="<$BlogArchiveURL$>"><$BlogArchiveName$></a></li>
</BloggerArchives>
</ul>
What needs to be changed to sort this out?
Many thanks in advance.
Dean